Skip to content

Commit b51187c

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/290673692ae80faf3128b6642bd8727f8527cb12. PiperOrigin-RevId: 694921620
1 parent 87ce0cb commit b51187c

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 = "6d95565e652fdd021dcb6d306a54e786572e7a34"
25-
XLA_SHA256 = "1fc547c054905d2724ecc9f4698d40c3f887e0193aed55aaf6ac36774b800c66"
24+
XLA_COMMIT = "290673692ae80faf3128b6642bd8727f8527cb12"
25+
XLA_SHA256 = "56ea1710da3730e86fddd2c605fee3d2009c5a8fb87ca1a6b2190b808fe085fb"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)