Skip to content

Commit 6892e62

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/e93a258e4494231626c7d3b6a6447e746ea72f9c. PiperOrigin-RevId: 695470898
1 parent 5615028 commit 6892e62

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 = "cebb50cc77915aaf16e76b10d78e4c3deb955939"
25-
XLA_SHA256 = "e4be11c05a6b59e8a090e6205d34f138f889826b74113633822fd11b65258668"
24+
XLA_COMMIT = "e93a258e4494231626c7d3b6a6447e746ea72f9c"
25+
XLA_SHA256 = "99f3a6b06230becf013f00009afeee4c89f52818e7a4a1ea4851157dc853830e"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)