Skip to content

Commit b6da46e

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/fae64d49aa41e774922ca46e94cd754c800b6240. PiperOrigin-RevId: 735709684
1 parent cb2eb15 commit b6da46e

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 = "efb27eb924fd5d9b20b908a7cadb11d78d2a81a1"
25-
XLA_SHA256 = "b3a3e0df6bd5923d081fc1a96df41f2f29497b329da58b9b992f4345abf21c8b"
24+
XLA_COMMIT = "fae64d49aa41e774922ca46e94cd754c800b6240"
25+
XLA_SHA256 = "846ce8037cc0cba5135bff0bfd6fd02810e72b42ce0928002c595c97bf7b3603"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)