Update XLA dependency to use revision

5e87b760a6.

PiperOrigin-RevId: 636744503
This commit is contained in:
jax authors 2024-05-23 18:42:59 -07:00 committed by jax authors
parent c1f5a32875
commit 9140ea3a12

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 = "4e0fda3691bd14294541a2ba1ee20473a1bfc5e9"
XLA_SHA256 = "e4b355da32d82ab5318bbad46e23f2e9ebf87560cc73db4fb7d9584ce7c2ba05"
XLA_COMMIT = "5e87b760a63b81448f25d328c682f123507833e9"
XLA_SHA256 = "ceee62f77af173ce2d1e2e77c4dd309977372e6c73042ad1f4b4703655d1bd18"
def repo():
tf_http_archive(