Update XLA dependency to use revision

a3bc38ac79.

PiperOrigin-RevId: 658142918
This commit is contained in:
jax authors 2024-07-31 14:27:45 -07:00 committed by jax authors
parent 7d8b8578b5
commit 057a79d134

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 = "78418c6a4a60cff6b3ad538de43602d23dc2aaf5"
XLA_SHA256 = "b54070195bfaea8c7e59ea5dbcfb5b1259c56a053885156227b8bed88eec20ba"
XLA_COMMIT = "a3bc38ac798daf0e5999dc98982d97dd1a84379f"
XLA_SHA256 = "f4fea8c7d5219505afd8d72380ae06aecbefc4efe09c0ca6bcc59f359035169a"
def repo():
tf_http_archive(