Update XLA dependency to use revision

63252d04c3.

PiperOrigin-RevId: 669462683
This commit is contained in:
jax authors 2024-08-30 15:24:24 -07:00 committed by jax authors
parent e3110c18f8
commit bd486fce88

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 = "ed742254c6f9ec81a5c760fe3e709e72610eeffe"
XLA_SHA256 = "508b0fa82c42a9f18507985467703825a1fa62a2d4f816a6575e4236fe99258b"
XLA_COMMIT = "63252d04c328dceeca6a7460a5783a4d2abd2f17"
XLA_SHA256 = "69b3a09f45d0e39e92be855572be30f219859334184b2f1cf30897f9315c8ddf"
def repo():
tf_http_archive(