Skip to content

Commit 61ba2b2

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/c270a6ce45df7f7bb3024f2e4df56b688d76ebd6. PiperOrigin-RevId: 736088162
1 parent 74b4d86 commit 61ba2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/workspace.bzl

+2-2
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 = "fae64d49aa41e774922ca46e94cd754c800b6240"
25-
XLA_SHA256 = "846ce8037cc0cba5135bff0bfd6fd02810e72b42ce0928002c595c97bf7b3603"
24+
XLA_COMMIT = "c270a6ce45df7f7bb3024f2e4df56b688d76ebd6"
25+
XLA_SHA256 = "b2f7d0293fc62bb670d0b58c5847108652eac4d9e6c7e420bed2029e74af6f2d"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)