Skip to content

Commit ee8ce0f

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/9ca54f324c67501a2f7336a104634aa6795b0736. PiperOrigin-RevId: 624386564
1 parent 9e98932 commit ee8ce0f

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 = "c42c5e1f7f2d2dca2553f8f674bd6ec7ab2bf5f6"
24-
XLA_SHA256 = "9640e70a564508d7ea0dbec946eeac1147dd9bf817193b83d66bcf1f61853adb"
23+
XLA_COMMIT = "9ca54f324c67501a2f7336a104634aa6795b0736"
24+
XLA_SHA256 = "27e9fc9265fbbfc8fac4cc4ff1970e3c83e3c65fca116ce0f0513e8dcd2cb8f0"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)