Update XLA dependency to use revision

1fc74e9890.

PiperOrigin-RevId: 607119096
This commit is contained in:
jax authors 2024-02-14 15:09:58 -08:00
parent c93f283f08
commit d8448673e6

View File

@ -20,8 +20,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 = "22fe6d42072a4fe8e98bec5d4396b57719ea76df"
XLA_SHA256 = "f9eec4b2c539ec2b935b91cd7e2ecc57290bc505fd41b055c8262c235204f6ee"
XLA_COMMIT = "1fc74e9890cd7785945fa39de9a3b54659f3e792"
XLA_SHA256 = "706764892e272f18a9c3a732fd0d1ec999c8dcceb30fd2e1ead822e59c06b6b1"
def repo():
tf_http_archive(