Skip to content

Commit 302d803

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/0954ab3527264f5117efa75ce0107218bb04aeda. PiperOrigin-RevId: 706786469
1 parent 417d7a2 commit 302d803

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 = "37fb0612d36ac3d08ff984b1d61e4bc4dedf4809"
25-
XLA_SHA256 = "5a2d11445b3ba524706c122fd16bca0f570c3256af4833d92ad802a0fee73cdf"
24+
XLA_COMMIT = "0954ab3527264f5117efa75ce0107218bb04aeda"
25+
XLA_SHA256 = "6d089b75473e3e2df7a66ef367ab2e5541ccd7659c38b2c91f7c2f41352011d2"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)