Skip to content

Commit 604f5ec

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/5e5c7b97d21e3c182622ddf11202038d74d4972a. PiperOrigin-RevId: 617421358
1 parent c5869fe commit 604f5ec

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 = "ee0886c55c3e6d710a1f6f00830a0e1a38b84d1e"
24-
XLA_SHA256 = "6facc8486a2a1f22c771dd4a8b53f8e1203aba41b9ab1231d5bd58f338acf40c"
23+
XLA_COMMIT = "5e5c7b97d21e3c182622ddf11202038d74d4972a"
24+
XLA_SHA256 = "4316929512fb15c972f0a204648a4885b4bad278fadb2424b353e698d8ea4e2d"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)