Update XLA dependency to use revision

32ebd694c4.

PiperOrigin-RevId: 674404604
This commit is contained in:
jax authors 2024-09-13 13:00:55 -07:00
parent 28b5dee032
commit 0daca46464

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 = "4aee555551c2be2e3e7891eab7b4343bf14ab279"
XLA_SHA256 = "efecdfd85763d0374eb76b4948b2413f68fb154ba4a5827fa852afee659f08e5"
XLA_COMMIT = "32ebd694c4d0442e241d76324ff1a721831366b4"
XLA_SHA256 = "d12ca6212b1bff774db28efaf292131d84e31205b720fa0055d5492a41d928ef"
def repo():
tf_http_archive(