Skip to content

Commit 098d582

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/cebb50cc77915aaf16e76b10d78e4c3deb955939. PiperOrigin-RevId: 695127776
1 parent b51187c commit 098d582

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 = "290673692ae80faf3128b6642bd8727f8527cb12"
25-
XLA_SHA256 = "56ea1710da3730e86fddd2c605fee3d2009c5a8fb87ca1a6b2190b808fe085fb"
24+
XLA_COMMIT = "cebb50cc77915aaf16e76b10d78e4c3deb955939"
25+
XLA_SHA256 = "e4be11c05a6b59e8a090e6205d34f138f889826b74113633822fd11b65258668"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)