Update XLA dependency to use revision

7e03b71f8a.

PiperOrigin-RevId: 709080323
This commit is contained in:
jax authors 2024-12-23 09:24:33 -08:00
parent 51b510268e
commit 23965b74f6

View File

@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
# and update XLA_SHA256 with the result.
XLA_COMMIT = "dc7aaf834a0bb5a543f6cf98626284783a4a921c"
XLA_SHA256 = "eda76cce64b33c00139120d6b4d4c2167d9f99dc957da54225a67ddb7ec7cb23"
XLA_COMMIT = "7e03b71f8abdf58bf6ec966821619e8dcf76175a"
XLA_SHA256 = "eff3f8bf78c1b254b72502973047937652569c84bfb3b4d753049c07afdca7ed"
def repo():
tf_http_archive(