Skip to content

Commit e453fa1

Browse files
belitskiyGoogle-ML-Automation
authored andcommitted
Update XLA dependency to use revision
PiperOrigin-RevId: 700373062
1 parent 92e18e6 commit e453fa1

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 = "7059553f7e215709642e5a5b19274b0e78d4349a"
25-
XLA_SHA256 = "16bf9a4e3e62a5180fddec2526657cd0ba9c2a1a3510458054730e60c9526294"
24+
XLA_COMMIT = "f28020d8e2b523765fbccb084ab03ae37cfbfcf5"
25+
XLA_SHA256 = "725a7f38f52cf60b24ee78e6a5006ef9bf177d399729a0ddbf99b8acc33d93ee"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)