Update XLA dependency to use revision

1a6361a734.

PiperOrigin-RevId: 712558157
This commit is contained in:
jax authors 2025-01-06 09:40:21 -08:00
parent 6c87bf389f
commit 18b193cbbd

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 = "ac6e71fe0cf864eec152de5ba761b76d8bef3153"
XLA_SHA256 = "2b568ff365bc4b5c2b257002aa71f094a2b60357ceb1f2a1c6c33f4ad1a411bd"
XLA_COMMIT = "1a6361a734c5cd10dc93938fc6163a51fd37b82e"
XLA_SHA256 = "01159fd52f0e402829a3823472a309562817c72d0212f81cd5555f77394c094f"
def repo():
tf_http_archive(