Update XLA dependency to use revision

e1d2db5f47.

PiperOrigin-RevId: 645889635
This commit is contained in:
jax authors 2024-06-23 12:32:11 -07:00 committed by jax authors
parent 8c602cc3d0
commit 2b728d55b6

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 = "13611f856a360ca18fa4c7c7351168fe9cff9be7"
XLA_SHA256 = "e4d9dae8c80a08be67daac18f5ba9387d3a5446a2d590a51581fdf066fb5098d"
XLA_COMMIT = "e1d2db5f47d74a9bbe473cfe8d6b4209ae52c1db"
XLA_SHA256 = "6d96493b39540501032f75f0432aba7de8074756e00cac0c0b9031798e8549bb"
def repo():
tf_http_archive(