Update XLA dependency to use revision

a801105b17.

PiperOrigin-RevId: 683702826
This commit is contained in:
jax authors 2024-10-08 11:34:12 -07:00
parent e5fa9656b2
commit 2f67710e8c

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 = "f59b4c5f41bd27fc2a7a4c8de71055e207d37a0e"
XLA_SHA256 = "295f106036b8e2ce527f901626fe0ed371de62fe211a365a1f8eaa7994b38fff"
XLA_COMMIT = "a801105b17170e5f57d99d1b28f425a8e6d409f0"
XLA_SHA256 = "fff395ca27f350cdcfdce1b908722f86f2a0c422bd0f012823915530ef1a7e89"
def repo():
tf_http_archive(