Skip to content

Commit 604dc24

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/ecb73da4b7b2e3b54aa6d6b7f08a5c662bb19c6e. PiperOrigin-RevId: 574576317
1 parent f10e333 commit 604dc24

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 = "761b642893e16450e965d1c89d797d78a53b06fe"
24-
XLA_SHA256 = "55b968ca7f398b6136568c6b13f2fd0d7bc51165ad1dc1bc60f04f31f57d8b22"
23+
XLA_COMMIT = "ecb73da4b7b2e3b54aa6d6b7f08a5c662bb19c6e"
24+
XLA_SHA256 = "9b2ecaa403048dfa1f836e7503ce8de4dede23a39ff757363f5f6019c81fb858"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)