Skip to content

Commit 9f20301

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/6070a19a7c7d1c62e71d73a4ee5a710c641dad2c. PiperOrigin-RevId: 702090722
1 parent c9a5902 commit 9f20301

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 = "41e12cc0247edf4ffb1569f2a25c61cec924c755"
25-
XLA_SHA256 = "1eb835846d906813264909024036be866d1ee191959fbe13b0f2eeacbf539fea"
24+
XLA_COMMIT = "6070a19a7c7d1c62e71d73a4ee5a710c641dad2c"
25+
XLA_SHA256 = "fb12e680ac47facf40bda36d436195e1d5454f48d02fb8540a9c6363cfe03cb1"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)