Update XLA dependency to use revision

492c50766d.

PiperOrigin-RevId: 602937257
This commit is contained in:
jax authors 2024-01-30 22:05:36 -08:00
parent 4f5e71ca5a
commit b405ce7f37

View File

@ -20,8 +20,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 = "3582d3ef946bc11570d58bf821f3f635ab6d5fb5"
XLA_SHA256 = "63e285ea52aa1c26be9f50e4c2b785c4f1a296c619c5670b042c2f1126552563"
XLA_COMMIT = "492c50766d96ecce2e57447d12c34feaa4acacaf"
XLA_SHA256 = "1afe2995fa06347fdf33766e8682b7da1275ec0e4120cbe42e32190a4e06c7d1"
def repo():
tf_http_archive(