Skip to content

Commit eba73a7

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/500c965b04709f15008c26b46df2f8406279d730. PiperOrigin-RevId: 572817863
1 parent b1e9628 commit eba73a7

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 = "50baaece6db8e61ada5db1f49f19a9d7dc1fa297"
24-
XLA_SHA256 = "c09aefa72d931909ddac059c6313008e209b9a363050dddbc2d3d348fda881a7"
23+
XLA_COMMIT = "500c965b04709f15008c26b46df2f8406279d730"
24+
XLA_SHA256 = "c0f98502d28e30f2905b56e8893b635e2081ad4ddb57009117fa0dc83bdf6d8e"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)