Update XLA dependency to use revision

c782fe8356.

PiperOrigin-RevId: 557780339
This commit is contained in:
jax authors 2023-08-17 04:23:02 -07:00
parent 98c5eabaf7
commit a833652bb8

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 = "2a2bc3d9438132cc1f263d20f49a7fb48a8db9be"
XLA_SHA256 = "8cd696461b59ecf9a09251322f6f2d576561ecb58ec61e394f3d12ad117fee31"
XLA_COMMIT = "c782fe83564beefc7341dea151fe57b4ec803094"
XLA_SHA256 = "4e8c5a2ebe88d3c7d2851048e3bc17d0c5f6ee27c347c24c0bba7a5ae613f033"
def repo():
http_archive(