Update XLA dependency to use revision

b0d313b58e.

PiperOrigin-RevId: 666868666
This commit is contained in:
jax authors 2024-08-23 11:37:49 -07:00 committed by jax authors
parent 279977c61d
commit 20d13abfa0

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 = "cc369fd42afddf02ec9ea7775c2798d775f1d219"
XLA_SHA256 = "218b50279f0b61e8f2cdbed0ab23279bc121c0cad4a511fb05643ec3b61bc8b6"
XLA_COMMIT = "b0d313b58ec33fdb6f09be119edfc052c1b019e1"
XLA_SHA256 = "92a520dac4393535fafb380f0cb6b18e8a97154ea845dbe786d7c54b8c1125b3"
def repo():
tf_http_archive(