Skip to content

Commit c2d9528

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/c408b6320bbf8407b781487a2dbe329cb7488dac. PiperOrigin-RevId: 618071726
1 parent 0e092a7 commit c2d9528

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
@@ -20,8 +20,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2020
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2121
# and update XLA_SHA256 with the result.
2222

23-
XLA_COMMIT = "120f128be262aa8cd558581f4a3733f0c080da3c"
24-
XLA_SHA256 = "8ee752632918de02152152be0465d48db3c8c05e097e01627201d684ee04d461"
23+
XLA_COMMIT = "c408b6320bbf8407b781487a2dbe329cb7488dac"
24+
XLA_SHA256 = "77297f7f3a8796e865d2704ad595be05f87f9bb495121dd8904121320aec5601"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)