Update XLA dependency to use revision

720b2c5334.

PiperOrigin-RevId: 673090332
This commit is contained in:
jax authors 2024-09-10 13:45:00 -07:00 committed by jax authors
parent deda649138
commit 8681bf6dc2

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 = "32004c272725505f068d2f0d997f68bef383a618"
XLA_SHA256 = "d46a54c5539485de704c72a884812e191e2a3f7954bd97f6d7bf16d99d12cfc5"
XLA_COMMIT = "720b2c53346660e95abbed7cf3309a8b85e979f9"
XLA_SHA256 = "a93bb0414c33025f6cb775c374d5695c84055f2bd88d6ea826d51d99612baaef"
def repo():
tf_http_archive(