Update XLA dependency to use revision

9ca54f324c.

PiperOrigin-RevId: 624386564
This commit is contained in:
jax authors 2024-04-12 21:16:35 -07:00
parent 9e989321f1
commit ee8ce0f81f

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 = "c42c5e1f7f2d2dca2553f8f674bd6ec7ab2bf5f6"
XLA_SHA256 = "9640e70a564508d7ea0dbec946eeac1147dd9bf817193b83d66bcf1f61853adb"
XLA_COMMIT = "9ca54f324c67501a2f7336a104634aa6795b0736"
XLA_SHA256 = "27e9fc9265fbbfc8fac4cc4ff1970e3c83e3c65fca116ce0f0513e8dcd2cb8f0"
def repo():
tf_http_archive(