Skip to content

Commit df6758f

Browse files
belitskiyGoogle-ML-Automation
authored andcommitted
Update XLA dependency to use revision
PiperOrigin-RevId: 700728296
1 parent 04a4f9b commit df6758f

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 = "9d5bac13a3a9284959cf85e9bcb959eb147151cf"
25-
XLA_SHA256 = "f3681cee585ac605d43a7981254ab480a5f4202cc0ab30151d7f2151bddb0d15"
24+
XLA_COMMIT = "c7fdcbc588fa9ea021cf8766530604e8d0fef332"
25+
XLA_SHA256 = "c0e82c28e5e74065c8446199af657af71ae2f786ba33ddb23d6e1bbcd4463d50"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)