Update XLA dependency to use revision

a16d96f0a0.

PiperOrigin-RevId: 726863997
This commit is contained in:
jax authors 2025-02-14 04:00:28 -08:00
parent 4a8023fe1e
commit 80dcb7b5af

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 = "6b470af69810d93411ac8c83e476eeee84031432"
XLA_SHA256 = "3d08b657da3fd80ad81b42af0cd9e2759c3506103eb45857e2750a0b9919921b"
XLA_COMMIT = "a16d96f0a01aad9d08ddbe2ed09d10cc4135d122"
XLA_SHA256 = "83bf4aa9d47c365fc9ed8dd9ad8bdaf1a6514dff0087dea6fbb6564c31c38292"
def repo():
tf_http_archive(