Skip to content

Commit a212a29

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/e2fe67323ea46076a61230952a3551df04ec559d. PiperOrigin-RevId: 700786259
1 parent cc5036c commit a212a29

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 = "c7fdcbc588fa9ea021cf8766530604e8d0fef332"
25-
XLA_SHA256 = "c0e82c28e5e74065c8446199af657af71ae2f786ba33ddb23d6e1bbcd4463d50"
24+
XLA_COMMIT = "e2fe67323ea46076a61230952a3551df04ec559d"
25+
XLA_SHA256 = "0cdc3108f44f8ab37c90e165bae3bc72e16d049ad18c46d2aa8004f93df2d9f9"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)