Update XLA dependency to use revision

7f8cc3357f.

PiperOrigin-RevId: 658538981
This commit is contained in:
jax authors 2024-08-01 14:26:36 -07:00 committed by jax authors
parent aa9e1e42a1
commit b64b19f1e3

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