Skip to content

Commit 2804cc7

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/3b7ec75e0325dde0d62d73082a0ef7dd10b10c9d. PiperOrigin-RevId: 614913376
1 parent 30208fa commit 2804cc7

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 = "3684be8fa3a5e0356fcd9197ec33c26dee8029ff"
24-
XLA_SHA256 = "0599cce382ccada773dc8721891a3069581df0329b4dcdd25edbeb30e149a822"
23+
XLA_COMMIT = "3b7ec75e0325dde0d62d73082a0ef7dd10b10c9d"
24+
XLA_SHA256 = "b80e997dd851eca26cb55bf310d80b080f217e2319559d184517827c45c011cd"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)