Update XLA dependency to use revision

cc369fd42a.

PiperOrigin-RevId: 666518740
This commit is contained in:
jax authors 2024-08-22 15:44:54 -07:00 committed by jax authors
parent 74d96eeb83
commit b6f2840f2a

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 = "6cdbb866c613947b22607664c32a7e06a23fe666"
XLA_SHA256 = "273b9d3e13f9c922357df4d0fabb1e4e3fc0a80f3848abafa60f33cd49185c10"
XLA_COMMIT = "cc369fd42afddf02ec9ea7775c2798d775f1d219"
XLA_SHA256 = "218b50279f0b61e8f2cdbed0ab23279bc121c0cad4a511fb05643ec3b61bc8b6"
def repo():
tf_http_archive(