Skip to content

Commit c4dea62

Browse files
author
jax authors
committed
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/fe9679250b2ed6803307a3bf4ed0b798e570014e. PiperOrigin-RevId: 625887588
1 parent 2a65cd3 commit c4dea62

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 = "ca98bc910ffa778e25ca784c6201a431dfb383d4"
24-
XLA_SHA256 = "f78196224303453d8e68539bfbb3ec2e713e748da162de72a1f36dde947296c4"
23+
XLA_COMMIT = "fe9679250b2ed6803307a3bf4ed0b798e570014e"
24+
XLA_SHA256 = "37351d67d613daf9a607366e08ad2cb40b71c3029bd3911b6b6c1192c8873f90"
2525

2626
def repo():
2727
tf_http_archive(

0 commit comments

Comments
 (0)