Skip to content

Commit 9c42379

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/9d5bac13a3a9284959cf85e9bcb959eb147151cf. PiperOrigin-RevId: 700465720
1 parent bbaec6e commit 9c42379

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 = "f28020d8e2b523765fbccb084ab03ae37cfbfcf5"
25-
XLA_SHA256 = "725a7f38f52cf60b24ee78e6a5006ef9bf177d399729a0ddbf99b8acc33d93ee"
24+
XLA_COMMIT = "9d5bac13a3a9284959cf85e9bcb959eb147151cf"
25+
XLA_SHA256 = "f3681cee585ac605d43a7981254ab480a5f4202cc0ab30151d7f2151bddb0d15"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)