Update XLA dependency to use revision

0f6331b188.

PiperOrigin-RevId: 693819727
This commit is contained in:
jax authors 2024-11-06 12:18:34 -08:00
parent 4e45a6d94d
commit dc33a28028

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 = "5a9f79f295ba8d16afce24ea8724da525b8eb87d"
XLA_SHA256 = "83e516dd8f7c61541aa9e2cba7fe480166ea23f28a41fed445fef4c5b6d45519"
XLA_COMMIT = "0f6331b1881ae34c8b1cd59580900d556bc8305c"
XLA_SHA256 = "1e4e4317750b2bb2845c6138aaa96b0d94249484d23e9c799d2dd6ecd4b8dd3c"
def repo():
tf_http_archive(