Update XLA dependency to use revision

37fb0612d3.

PiperOrigin-RevId: 706474188
This commit is contained in:
jax authors 2024-12-15 11:54:33 -08:00
parent 5493fabb53
commit c7d1c3d2d8

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 = "b353bfbba5453d0916ecefdf28bf458765d9b9a5"
XLA_SHA256 = "5dc6a48c931b9124a5a962d3c34e1622dbfc8c43e4f32f7ae83b1357051dfe36"
XLA_COMMIT = "37fb0612d36ac3d08ff984b1d61e4bc4dedf4809"
XLA_SHA256 = "5a2d11445b3ba524706c122fd16bca0f570c3256af4833d92ad802a0fee73cdf"
def repo():
tf_http_archive(