Update XLA dependency to use revision

ffd724e235.

PiperOrigin-RevId: 657341038
This commit is contained in:
jax authors 2024-07-29 15:13:30 -07:00 committed by jax authors
parent 63303973a2
commit 291438403d

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 = "95e3eea8d2aebd55160ed4185a38345ae98ab500"
XLA_SHA256 = "7e23f70fe0b2459ac8a27e6b7b53e3643a053346244bd7e83c6b944827d0b9e1"
XLA_COMMIT = "ffd724e235ea674825ed2f7c22538804e263ca4c"
XLA_SHA256 = "d11cb2c0fc30f1e5c08a0a5a7e985db950f56d0cce092b95f0d509418629fa1b"
def repo():
tf_http_archive(