Update XLA dependency to use revision

3bf7e1ae48.

PiperOrigin-RevId: 660570144
This commit is contained in:
jax authors 2024-08-07 15:57:00 -07:00 committed by jax authors
parent de02988e94
commit a57d6591ee

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 = "08b8d938eb56928970e65639b126794c01b75c3d"
XLA_SHA256 = "365d9b42b6da10c9f0b53f01e075e8b1513e431ad596183d8ec1c2c27e1d7973"
XLA_COMMIT = "3bf7e1ae488174aa6b29cc3f2c216785dd161af8"
XLA_SHA256 = "6f11fc246856472069926e5de3506c740fb9af750e74819e39737e1c8460da78"
def repo():
tf_http_archive(