Update XLA dependency to use revision

18e0a6a9a9.

PiperOrigin-RevId: 725158264
This commit is contained in:
jax authors 2025-02-10 04:17:51 -08:00
parent 6ed4c29c8a
commit 1402220e26

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 = "8bac4a2c3c32144e39b1602450fe318bfab8e15d"
XLA_SHA256 = "fa8a885e9ec71f29a61899c14cd7d7d8103b71e7dbe8fabbc9e62f720f840156"
XLA_COMMIT = "18e0a6a9a97dbf3a381bde3ea298f89626abf553"
XLA_SHA256 = "3c48d2746e5b8ecc02865f1346b4f08d4e142e9bbde4afa7a63f02e53b044a46"
def repo():
tf_http_archive(