Update XLA dependency to use revision

f8dfd1ee60.

PiperOrigin-RevId: 557766683
This commit is contained in:
jax authors 2023-08-17 03:11:22 -07:00
parent 4f3d9df212
commit 4c0664ae3d

View File

@ -20,8 +20,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
# and update XLA_SHA256 with the result.
XLA_COMMIT = "08af1e149d1606b495866f3d8f51bba69d494be3"
XLA_SHA256 = "92f2406cf3ba743da6a4503dc4c682b01dfaa0fe704872e60d4dc3ca2831c6b6"
XLA_COMMIT = "f8dfd1ee600ff21b34db27b8bb7417ce2ab4a884"
XLA_SHA256 = "6ff35212c0b83e930df37f5cd624adc459c7b3314af562a1e35c88f4c1742ed7"
def repo():
http_archive(