Skip to content

Commit 6c822c0

Browse files
Google-ML-Automationjax authors
authored andcommitted
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/3195fdc8511c42cf975f07b0002cbd30fc361bde. PiperOrigin-RevId: 641387498
1 parent d324040 commit 6c822c0

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
@@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2121
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2222
# and update XLA_SHA256 with the result.
2323

24-
XLA_COMMIT = "9449b0851c855ae3f17e8675d95d1f1b68104abd"
25-
XLA_SHA256 = "b2bc53d25c3ad959039fb7c5eeda8b2cc17282df35bdab7aa9f4b797eae6eed4"
24+
XLA_COMMIT = "3195fdc8511c42cf975f07b0002cbd30fc361bde"
25+
XLA_SHA256 = "c6a55b1056962efd7a82e3086966b9b9106a310893c447abb089745cc67f91e6"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)