Update XLA dependency to use revision

873d09720f.

PiperOrigin-RevId: 631274530
This commit is contained in:
jax authors 2024-05-06 20:37:05 -07:00
parent cb0c49850c
commit 3e5a18f1e2

View File

@ -20,8 +20,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 = "8833ecd8705f94c25502cb3580071ede8a2fe705"
XLA_SHA256 = "8a36e0d491ae67707e4f08c1bfc0409110dc3bdc048343ed7bd49d6f273e4ec1"
XLA_COMMIT = "873d09720f83cbbebf2a2a381c09be8fa0934b36"
XLA_SHA256 = "3f94ec9441b89752c71304a6f4f74e090faf21771f156cda2f09a1cc8ccc8fb0"
def repo():
tf_http_archive(