Skip to content

Commit 96dce0b

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/2274501a951e52a4fa32d65136f467d35c8950b9. PiperOrigin-RevId: 733242669
1 parent ea53c76 commit 96dce0b

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
@@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
2121
# curl -L https://github.com/openxla/xla/archive/<git hash>.tar.gz | sha256sum
2222
# and update XLA_SHA256 with the result.
2323

24-
XLA_COMMIT = "77cec94c553274b965640c938c93e150cbb5e0a2"
25-
XLA_SHA256 = "47ad066cf5d4b27f3d935aae5ca9ecf1bb9b699d62eee4440ee7c9f4ade8adde"
24+
XLA_COMMIT = "2274501a951e52a4fa32d65136f467d35c8950b9"
25+
XLA_SHA256 = "809ebf3ee4e6271d16d73ec2f37a7f61f2b8248767935ade327f60352c459d0b"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)