Skip to content

Commit 0943eb3

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/975a5a1b242ad758c08ec546fd1d1bc6f917a2c1. PiperOrigin-RevId: 626537684
1 parent 5981df7 commit 0943eb3

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 = "628a8c9490f8517ead4e72e3f96b21a821b26b02"
24-
XLA_SHA256 = "ab15a95692f07cbcebecbdc76794646410e35fbaab38599be5383755246e4264"
23+
XLA_COMMIT = "975a5a1b242ad758c08ec546fd1d1bc6f917a2c1"
24+
XLA_SHA256 = "bc690b4939141caa4b623aba711c569b3b40e104896df0c252947969d09abd06"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)