Skip to content

Commit a5d32c4

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/72831acf1eab39d20e9de1fd5bbc6ad90d6171f6. PiperOrigin-RevId: 616021451
1 parent 69795eb commit a5d32c4

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 = "341b1e35b5400af56d83060be33a30848c06a91b"
24-
XLA_SHA256 = "27b931898cdf1b7b0a428a4291d32d154600c4cd03b3df4aa2c82939308ff038"
23+
XLA_COMMIT = "72831acf1eab39d20e9de1fd5bbc6ad90d6171f6"
24+
XLA_SHA256 = "c6ce6b90e6803c9d8481c4e0bc5a72292e9fcb3245114f1dea1bbdc4ef1a238a"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)