Update XLA dependency to use revision

6e396aae2e.

PiperOrigin-RevId: 734059108
This commit is contained in:
jax authors 2025-03-06 02:39:36 -08:00
parent fe577b5dc4
commit 16bb919020

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 = "e0e56a1190d5be336f7d3e308457349fbfacebd2"
XLA_SHA256 = "cf64ab04fa47dd86bb222e87dc573d083e869d211c4ee806786fc4da17c1dafc"
XLA_COMMIT = "6e396aae2e534dc7fc5387e2aa8b1a3a8d79a3db"
XLA_SHA256 = "03e73863ff041c57d2fdefb4216c2774bb12faf70dd083dbe8e961ccb9ea42b2"
def repo():
tf_http_archive(