Update XLA dependency to use revision

1f6bd971dd.

PiperOrigin-RevId: 689457454
This commit is contained in:
jax authors 2024-10-24 11:36:11 -07:00
parent afc78524e1
commit bd417ba6d0

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 = "ffcd64e30efda9610a89af347f2023d050d788a3"
XLA_SHA256 = "02bd9cccb4bf1b1616ca6585942679d9653e125a497f560fd72f1fa0c572cdd1"
XLA_COMMIT = "1f6bd971dd2f531554eac88c0868b952d2543491"
XLA_SHA256 = "30225604bae42819e4212a82e6c17721c7d3bf146e6fb01dfed7f378c7ff6c49"
def repo():
tf_http_archive(