Update XLA dependency to use revision

4170b9b1a9.

PiperOrigin-RevId: 668146966
This commit is contained in:
jax authors 2024-08-27 14:46:50 -07:00 committed by jax authors
parent 538b0bac5e
commit db9e44fe56

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 = "baf026d13bc20c6232ffeab0991628ce758982f3"
XLA_SHA256 = "28adba477042bda38a541eebb79aeff49067d6bd2bc4c6ded86583ebdee60e08"
XLA_COMMIT = "4170b9b1a900e8fcdee42e0810aacb7e0618701c"
XLA_SHA256 = "5b8bb058d802e8fa83aa70210637d2f8d903348b3f1b5f7e315a04e144f6c123"
def repo():
tf_http_archive(