Update XLA dependency to use revision

1ff11e5b9c.

PiperOrigin-RevId: 723058261
This commit is contained in:
jax authors 2025-02-04 06:27:53 -08:00
parent c7d535d3c9
commit 6738986cb7

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 = "b5db81467f0ca0d547b56a9998244c9432eb88e3"
XLA_SHA256 = "fa8b88d0b4bbf68c8cf7d469a214f209c69b46262364de3c532cf6ffedf6d1ca"
XLA_COMMIT = "1ff11e5b9ccb87944e1c504562e40ea9c2ede0e4"
XLA_SHA256 = "55168ea191cfc5af0a82ae63959418b326bf3089132c97704c9aee4310f38e0a"
def repo():
tf_http_archive(