Skip to content

Commit 63ceb5f

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/3684be8fa3a5e0356fcd9197ec33c26dee8029ff. PiperOrigin-RevId: 614344476
1 parent 0f1cb74 commit 63ceb5f

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 = "a4204a1e81f50e375778397bcdde3515b2674f43"
24-
XLA_SHA256 = "6de2c29774063dd43c557985144e537da799f74b0014beed2a3545900e7bc0b0"
23+
XLA_COMMIT = "3684be8fa3a5e0356fcd9197ec33c26dee8029ff"
24+
XLA_SHA256 = "0599cce382ccada773dc8721891a3069581df0329b4dcdd25edbeb30e149a822"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)