Update XLA dependency to use revision

867ae2c546.

PiperOrigin-RevId: 728239201
This commit is contained in:
jax authors 2025-02-18 09:22:24 -08:00
parent 9f8a0bf9e1
commit ce399aa6e5

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 = "3f7042f29d943501f90a66183db21dca51e7be80"
XLA_SHA256 = "1c95ad3bee76c1741c6351548b22e3d6d8b25f16a633a33a4d83c1b7a5e82150"
XLA_COMMIT = "867ae2c546ea2f1a58032d7729a17279e9a01c7a"
XLA_SHA256 = "51905521c4c923b8341f64cbf7377ec3c7752e763aa5dad475b1fcbf32aa05d9"
def repo():
tf_http_archive(