Update XLA dependency to use revision

4c2bf94fbb.

PiperOrigin-RevId: 557628169
This commit is contained in:
jax authors 2023-08-16 15:56:33 -07:00
parent 329791a1bc
commit c91f010e6f

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 = "c05021a5bb58fbdb9966495bcfefd37fd098aae5"
XLA_SHA256 = "57a6f5dabc078d260f45f08111c7c542e4265fe68291667e8aeeb4b16a299de8"
XLA_COMMIT = "4c2bf94fbbe6a78b46ccdb207b40a5495108f7a6"
XLA_SHA256 = "08e9ded2024651538243cf0a56559508e02d897ab5647807e3286cf1df9d085c"
def repo():
http_archive(