Skip to content

Commit 3f1b059

Browse files
Google-ML-Automationjax authors
authored andcommitted
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/c82597f5554394bf56847cbc75ec1b1e54f74d29. PiperOrigin-RevId: 635634941
1 parent d33a568 commit 3f1b059

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 = "4c566c945ad38e69bc71b5ee67b741551187e011"
25-
XLA_SHA256 = "b9d8bff0f22a53d42522662620613161895b91b9697cd4d0dfdb62909fa7d900"
24+
XLA_COMMIT = "c82597f5554394bf56847cbc75ec1b1e54f74d29"
25+
XLA_SHA256 = "c9babf357d8bb28d57daef7b1e6a3ebf65c7b0e36e63ad3ce71ab4177146320e"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)