Skip to content

Commit b0cfcb8

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/75916151739a1174f3ce02efe825fbd19bb61b86. PiperOrigin-RevId: 730348057
1 parent 7d3c63e commit b0cfcb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

third_party/xla/workspace.bzl

+2-2
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 = "a3f0b29ab0190dd6ce7ac5b872b3173a4dc0448c"
25-
XLA_SHA256 = "eb78c256f9b82d227735979dd4af9c999de2bc93c05ad4be48d08aa48f6973d6"
24+
XLA_COMMIT = "75916151739a1174f3ce02efe825fbd19bb61b86"
25+
XLA_SHA256 = "0c047850b06155463f8d961f00522eebacb08f1572c8df43abfc91bb9cfbd1bf"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)