Update XLA dependency to use revision

05e4f40276.

PiperOrigin-RevId: 722112325
This commit is contained in:
jax authors 2025-02-01 06:51:26 -08:00
parent ed952c8e65
commit eb04fcbe5a

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 = "c8ebe1412919a3d580eb29b88c306fbd926b0c8a"
XLA_SHA256 = "5321b00650f14d4ee83f37bdefd3c69cd9436c40c12a0cb79f07357ed38035fb"
XLA_COMMIT = "05e4f4027699cfc8ca45e3d2040c0d4f80f10b94"
XLA_SHA256 = "410fa4c21c27a1ce5d78829658643a00174432a70525aecf902197ff1b9ed0be"
def repo():
tf_http_archive(