Skip to content

Commit bc0eff5

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/55cdde97c2bb40f652797def0dd5f9d31ad5a2e0. PiperOrigin-RevId: 621734632
1 parent 29a2762 commit bc0eff5

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 = "4e8e23f16bc925b6f27817de098a8e1e81296bb5"
24-
XLA_SHA256 = "fa6e7d17acc362b56c57c43224e6e3eca8569adae864e2fa191cc9d13edf4309"
23+
XLA_COMMIT = "55cdde97c2bb40f652797def0dd5f9d31ad5a2e0"
24+
XLA_SHA256 = "35224ec7e01b53774349423136d4b09d4b20f803afcb99984f557bc29d6d06bf"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)