Update XLA dependency to use revision

689662f6cb.

PiperOrigin-RevId: 684507601
This commit is contained in:
jax authors 2024-10-10 11:08:38 -07:00
parent 8ef41a6e14
commit f8022e789b

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 = "6d0303196e266276d01dd4d41ec323288c578ed7"
XLA_SHA256 = "65d6bd3b9910712305fc2eaa2f1c8506cd2f1969d6dbef47af1d20f83e7fa055"
XLA_COMMIT = "689662f6cb36030245c983a98a71f90f451d6f2c"
XLA_SHA256 = "2401a36c97044aecdb78bd420ba664cc04b3a11d3e411df13bffdb94ada3385a"
def repo():
tf_http_archive(