Update XLA dependency to use revision

46f8cf0390.

PiperOrigin-RevId: 723499604
This commit is contained in:
jax authors 2025-02-05 07:16:52 -08:00
parent b79ab01ee7
commit 3a1c63c50f

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 = "1ff11e5b9ccb87944e1c504562e40ea9c2ede0e4"
XLA_SHA256 = "55168ea191cfc5af0a82ae63959418b326bf3089132c97704c9aee4310f38e0a"
XLA_COMMIT = "46f8cf03902c0af58468e2258f9438788e7f4c97"
XLA_SHA256 = "0c391b0a8433d26bfc93e5bee775f7eb629b811a42222ce2b4c7449044a5bc0d"
def repo():
tf_http_archive(