Skip to content

Commit aaeeaf5

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/8edbe17f55749cad4179c9ff8b85f972113cd706. PiperOrigin-RevId: 616535744
1 parent a53e99a commit aaeeaf5

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 = "6de79c2c931374dfa7e403c0626d8dd1ec0ed398"
24-
XLA_SHA256 = "998ba827f6344a8e82ad7b2089bad7f466c34648a3223c2f3e96f9e747f532e9"
23+
XLA_COMMIT = "8edbe17f55749cad4179c9ff8b85f972113cd706"
24+
XLA_SHA256 = "662fab93a329ead71222bccc83581cbcf450265d22c328c24df010e57c9fe0ad"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)