Update XLA dependency to use revision

90be6e3a11.

PiperOrigin-RevId: 675267262
This commit is contained in:
Peter Hawkins 2024-09-16 13:21:31 -07:00 committed by jax authors
parent fc5e7b150d
commit 29163fcefd

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 = "af733ec6fb9885ddebffdac13acf94b839e049df"
XLA_SHA256 = "7ee9cd3a28d18b3fa2a699b6f5baae0d65351f3c631486b816d45296b1e3328a"
XLA_COMMIT = "90be6e3a11b3489451dcacf918febda2a32f7b10"
XLA_SHA256 = "e924c732353ab0fa3fcee5c29b316118678d8dcbac0d16fa06c72e2cb8fb96b1"
def repo():
tf_http_archive(