Update XLA dependency to use revision

56e26861fc.

PiperOrigin-RevId: 619817598
This commit is contained in:
jax authors 2024-03-28 00:17:00 -07:00
parent 67f4f6032a
commit 3afbeed9b9

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 = "aa4d4447ce3ff449d7accd5b8a41d1575ed58b75"
XLA_SHA256 = "23940f449965e4626b385e41f4ed1dbe209876dd8d32e68e406772275527532f"
XLA_COMMIT = "56e26861fc6a2f246c5c5649ea04faa1398d1052"
XLA_SHA256 = "9ff517440ad4bbcd757faf10f11464549f19c470d1144770911439e1fbf07cdc"
def repo():
tf_http_archive(