Update XLA dependency to use revision

b18bc61250.

PiperOrigin-RevId: 662252977
This commit is contained in:
jax authors 2024-08-12 15:42:45 -07:00 committed by jax authors
parent aa66fb37c3
commit 7afa90780b

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 = "a6fc99fadc72358a5d79dd3ece66340ac5e45ad7"
XLA_SHA256 = "da0b6beeb418933b380c439f34416b6635931809a4c2dc9a99eceb6ff35363fe"
XLA_COMMIT = "b18bc612506b4fb759e5930b9d4b24d4c33dbdbd"
XLA_SHA256 = "48b2cc62b3e99ba4e60088aad9673489001d98c8103da9bdef90fdfdb8a76dd7"
def repo():
tf_http_archive(