Update XLA dependency to use revision

0c5475a11c.

PiperOrigin-RevId: 664987560
This commit is contained in:
jax authors 2024-08-19 14:42:38 -07:00 committed by jax authors
parent 3e764f617a
commit 292161ab4d

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 = "b43657003ce347f83a36fb6f56f528ce3ce982c4"
XLA_SHA256 = "d58acd72ffb049756690600c6752f054ff5274e2b097fb92fbcc0f661b26d4d8"
XLA_COMMIT = "0c5475a11c47fd3aa7afdfa57f533ed9323133dd"
XLA_SHA256 = "0306f260e83960a121fab59c1ea7ede09b898251b2b042913941fa161f1423a3"
def repo():
tf_http_archive(