Skip to content

Commit e124c05

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/41e12cc0247edf4ffb1569f2a25c61cec924c755. PiperOrigin-RevId: 701766499
1 parent a1dfdc1 commit e124c05

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 = "20d4636c743e53f070612d6b4c6ebd03b2b28bf5"
25-
XLA_SHA256 = "9f0c1ba3b0220a9d922acd3df09a0d65a56d37d6e9a5080079fc86b8f67c83fc"
24+
XLA_COMMIT = "41e12cc0247edf4ffb1569f2a25c61cec924c755"
25+
XLA_SHA256 = "1eb835846d906813264909024036be866d1ee191959fbe13b0f2eeacbf539fea"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)