Skip to content

Commit 5511949

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/1b9969348628c9a435fc1d6973acab2e5d55849a. PiperOrigin-RevId: 713320368
1 parent 5c097c8 commit 5511949

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 = "9b8f679bd219079ede47398e01c0d9863ef0d6e3"
25-
XLA_SHA256 = "ebc423ae6709d364c83a3cc36ba182e8a30fc86f3c42c9cd130f9213a142e6f8"
24+
XLA_COMMIT = "1b9969348628c9a435fc1d6973acab2e5d55849a"
25+
XLA_SHA256 = "3d1389a31665b102952d4aa41c88c3493f5355392b1172ad9f6492a02c72493c"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)