Skip to content

Commit 632d095

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/a4204a1e81f50e375778397bcdde3515b2674f43. PiperOrigin-RevId: 614150920
1 parent 930aaa5 commit 632d095

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 = "541962e88f52237bc6050e4c8d7270e7c7e12b4e"
24-
XLA_SHA256 = "ca67f68edad0d898241b65cbd85869de2560e2fdba700d964c707b427158583d"
23+
XLA_COMMIT = "a4204a1e81f50e375778397bcdde3515b2674f43"
24+
XLA_SHA256 = "6de2c29774063dd43c557985144e537da799f74b0014beed2a3545900e7bc0b0"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)