Update XLA dependency to use revision

2784a58880.

PiperOrigin-RevId: 557520885
This commit is contained in:
jax authors 2023-08-16 10:01:49 -07:00
parent ad15a38ec1
commit a1d8787e15

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 = "26815644192344a3d076ad93b2ef5d83774fca6e"
XLA_SHA256 = "a10c4eef47a12b8adbbb33cb0dc53834e93b1a88543d06e7d9e1e834df9ee6c1"
XLA_COMMIT = "2784a5888082be4b8ae312aa901a9c3898a9af91"
XLA_SHA256 = "02f6bde7994efb9a366f1fb03c1e29eae5a245318a8d2642c9a9ec41808ece03"
def repo():
http_archive(