Update XLA dependency to use revision

e0eff72204.

PiperOrigin-RevId: 677269125
This commit is contained in:
jax authors 2024-09-21 13:51:03 -07:00
parent bceceabae0
commit ba74490e6f

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 = "44d14566fc5d298d5d410efa24ed8630ce137137"
XLA_SHA256 = "2aa4d49121faa95c063c413e28fa87e0a5af64177588acd35459401f0e76f2ea"
XLA_COMMIT = "e0eff722043ace468aa64efccdbb98b473a4e6ed"
XLA_SHA256 = "4ba04f6a9f1273ee5fe149c556a620c175035b8f31b5f4620b3f814771659a1c"
def repo():
tf_http_archive(