Skip to content

Commit 373c421

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/51b3bc7286f476204592077ebcdc75a93a5710d8. PiperOrigin-RevId: 575752717
1 parent 9726e1b commit 373c421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2020
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2121
# and update XLA_SHA256 with the result.
2222

23-
XLA_COMMIT = "4f8381651977dff16b1d86bb4b198eb733c5f478"
24-
XLA_SHA256 = "2038b0e0768b8d99993198938e4e26f7ef3ffbf0a258a788148b7c0d1e62d2b7"
23+
XLA_COMMIT = "51b3bc7286f476204592077ebcdc75a93a5710d8"
24+
XLA_SHA256 = "6116fd4053959e6a9e9e121c75b6ab521aa3e9485d5df6f7a6fe902a2801e012"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)