Skip to content

Commit 83aff78

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/19c742ee401e2b7625c2de607bd68691113b9446. PiperOrigin-RevId: 626900009
1 parent fd10078 commit 83aff78

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 = "79d745f5873c0c93bcb43b25436c212da1f2b997"
24-
XLA_SHA256 = "53bf7a1278a3c05d9a9eb362c62dc9e464b921312d7410915ca35d30d05073ce"
23+
XLA_COMMIT = "19c742ee401e2b7625c2de607bd68691113b9446"
24+
XLA_SHA256 = "8348122ccaf31c174747c032ec8b62c6d65186227a8bec57f4144d7f36641bbb"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)