Update XLA dependency to use revision

7059553f7e.

PiperOrigin-RevId: 700110142
This commit is contained in:
jax authors 2024-11-25 14:56:40 -08:00
parent f7e9f62537
commit ebea4353f8

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 = "40d457a268baf95e42cd95709dedef70c0ea2994"
XLA_SHA256 = "a7bd8cc608964ba91d9edfd6070929cffe09b448e9e36fd8224bc8fc99202db3"
XLA_COMMIT = "7059553f7e215709642e5a5b19274b0e78d4349a"
XLA_SHA256 = "16bf9a4e3e62a5180fddec2526657cd0ba9c2a1a3510458054730e60c9526294"
def repo():
tf_http_archive(