Skip to content

Commit 7d0ba76

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/2b8f670cf52051043fbacc8312f23d3040deddfa. PiperOrigin-RevId: 624612863
1 parent 5ce7dca commit 7d0ba76

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 = "9ca54f324c67501a2f7336a104634aa6795b0736"
24-
XLA_SHA256 = "27e9fc9265fbbfc8fac4cc4ff1970e3c83e3c65fca116ce0f0513e8dcd2cb8f0"
23+
XLA_COMMIT = "2b8f670cf52051043fbacc8312f23d3040deddfa"
24+
XLA_SHA256 = "b57cee09a098f5d13a16419f5609e1ea2d6db83bef3c6379200abae9a6f5ac5d"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)