Update XLA dependency to use revision

6cdbb866c6.

PiperOrigin-RevId: 666067632
This commit is contained in:
jax authors 2024-08-21 15:51:55 -07:00 committed by jax authors
parent 08fc5c0243
commit 810a91968a

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 = "ac89370dce9df3d850bb51a1576ca39f1efec63b"
XLA_SHA256 = "054a56ecd26babe32deebdf0782e1090b6a1f2a6442c2752602b65ce87747d9a"
XLA_COMMIT = "6cdbb866c613947b22607664c32a7e06a23fe666"
XLA_SHA256 = "273b9d3e13f9c922357df4d0fabb1e4e3fc0a80f3848abafa60f33cd49185c10"
def repo():
tf_http_archive(