Skip to content

Commit 987e4b4

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/380e14ba78fef2a6d95c0f5224daff05cbbe9736. PiperOrigin-RevId: 623370886
1 parent 69bf3b8 commit 987e4b4

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 = "7deb1d6a6c7bf6b0dc8716fe8dc4e2a392c6364b"
24-
XLA_SHA256 = "944eac07c95e9271c63748125a8f78c4742f09e9ff40a6c9e3bbea0b35684396"
23+
XLA_COMMIT = "380e14ba78fef2a6d95c0f5224daff05cbbe9736"
24+
XLA_SHA256 = "fd5e8c4c8f299a831b8d42c001e501161d4c116326d529a1d360cf20c8aa93a4"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)