Update XLA dependency to use revision

f17344020c.

PiperOrigin-RevId: 695838490
This commit is contained in:
jax authors 2024-11-12 12:51:45 -08:00
parent 8e224dbc71
commit c4a0369f5c

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 = "e93a258e4494231626c7d3b6a6447e746ea72f9c"
XLA_SHA256 = "99f3a6b06230becf013f00009afeee4c89f52818e7a4a1ea4851157dc853830e"
XLA_COMMIT = "f17344020c3240dcf28cabd12eadc97df178a1e6"
XLA_SHA256 = "ce306964e6f44a4a3a6a804a7455fdc8c88e5f1c6370c9bae56dd8cbd365cdff"
def repo():
tf_http_archive(