Update XLA dependency to use revision

dedab4f8cf.

PiperOrigin-RevId: 674697897
This commit is contained in:
jax authors 2024-09-14 12:50:39 -07:00
parent ee6f098fa9
commit 45d448c143

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 = "32ebd694c4d0442e241d76324ff1a721831366b4"
XLA_SHA256 = "d12ca6212b1bff774db28efaf292131d84e31205b720fa0055d5492a41d928ef"
XLA_COMMIT = "dedab4f8cf4a6f892311d331ea0a6b93568ff2b0"
XLA_SHA256 = "7b1e9ba324184896a4646a97de2cd66b500e3fda2b3b95eaea1222b7a7036c47"
def repo():
tf_http_archive(