Skip to content

Commit 4d4151d

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/79eccb4fb40598510cef6ad28006c816d42613f5. PiperOrigin-RevId: 623048502
1 parent d1b1d0b commit 4d4151d

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 = "990d54a76d886cb969bd8434651ad00eba6d32c8"
24-
XLA_SHA256 = "bf086e359bea2c601bcfe0710e6c650abe088668151308f5b3a5ff66d1a482b7"
23+
XLA_COMMIT = "79eccb4fb40598510cef6ad28006c816d42613f5"
24+
XLA_SHA256 = "e6c966e8f3c78950ae944bdb6cd19e40e2d2ca2cb964935b3af021f3efa7ed6d"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)