Update XLA dependency to use revision

e27a06fe71.

PiperOrigin-RevId: 715004907
This commit is contained in:
jax authors 2025-01-13 09:47:33 -08:00
parent aa51f2af47
commit 9ee25e7edc

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 = "0cb8b51b761603f83e91d61be1d513aff77f1f82"
XLA_SHA256 = "885d2e90d28392e1911de9f71766fbdaea580e3a200f6af9504ea19df03c4804"
XLA_COMMIT = "e27a06fe71dbecc79c2ee636abd4bf23755bd7d6"
XLA_SHA256 = "43d8251bedad256e776ee1d251632bc742c0eb47e6b3dacc244f2f263162058b"
def repo():
tf_http_archive(