Skip to content

Commit b8d2e93

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/209cbfa31a5d73efc2633efe1315fa6b8a57e4b1. PiperOrigin-RevId: 705215149
1 parent 5e887b4 commit b8d2e93

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 = "ce56ae15292f515706bd3daa2e65e8fa60137efe"
25-
XLA_SHA256 = "d69128a3119e44ea779a07596d68c32a6d30e99fb191e9c471a502bf609fe5da"
24+
XLA_COMMIT = "209cbfa31a5d73efc2633efe1315fa6b8a57e4b1"
25+
XLA_SHA256 = "698ef9d7b787e8639934d2b0374984da85399186e9939675eddd888ee0dcfa64"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)