Update XLA dependency to use revision

9fa90d72eb.

PiperOrigin-RevId: 732060951
This commit is contained in:
jax authors 2025-02-28 02:35:49 -08:00
parent 832f5a3aff
commit 5a770701ae

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 = "fb6241ad510af945d3bf9f3ef8c7c27a3f1cc922"
XLA_SHA256 = "510afc746d6cd16fcc2df084c3094356e658676a3f1a89b9763bc63ca65d8809"
XLA_COMMIT = "9fa90d72eb04dffaff10cf05d60bb07896458829"
XLA_SHA256 = "ee1ad1624a327ac67a4831b4d6e3f55e8b0e10cf032df077ca9eb60e94bf78d2"
def repo():
tf_http_archive(