Update XLA dependency to use revision

f12e5d4d53.

PiperOrigin-RevId: 684896298
This commit is contained in:
jax authors 2024-10-11 11:13:44 -07:00
parent 46f0a3eee7
commit a684021cad

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 = "689662f6cb36030245c983a98a71f90f451d6f2c"
XLA_SHA256 = "2401a36c97044aecdb78bd420ba664cc04b3a11d3e411df13bffdb94ada3385a"
XLA_COMMIT = "f12e5d4d538ef7b15ec56ef31b942a6f14d19634"
XLA_SHA256 = "f82822bb427338866463641c793500c898d6797f3880458a83172d8058482c90"
def repo():
tf_http_archive(