Update XLA dependency to use revision

f08027150f.

PiperOrigin-RevId: 718409072
This commit is contained in:
jax authors 2025-01-22 09:05:59 -08:00
parent d6028153c4
commit 5c6b6c124f

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 = "5388e86b8be79428bfec1cf44d57b441f91f8e6b"
XLA_SHA256 = "6bedc1af4c4ce04e6ffa6af44d6d3989f61011ee200d9aa336303c6b3dbf1c26"
XLA_COMMIT = "f08027150fdec5b988bd2c24752858eb2f13e929"
XLA_SHA256 = "1d7c9e8fd1e329c587ca13532c76d6649012a63951fda16cad8dd15af1390e83"
def repo():
tf_http_archive(