Skip to content

Commit 23b63cd

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/77635006f6a898f71f19db360e9b4485aa5106da. PiperOrigin-RevId: 744819336
1 parent f23dd64 commit 23b63cd

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 = "145f836bd5175dc5dd262f716a0c59af2b0297a0"
25-
XLA_SHA256 = "bd19d8a1d25468696809a69ef3984bb00ef432e3fe9c05116b9c114dc7c83fa2"
24+
XLA_COMMIT = "77635006f6a898f71f19db360e9b4485aa5106da"
25+
XLA_SHA256 = "d2a63a3cd2f354cd07699f30e7b5c16c7513e686e498b8ad712fb577ab677121"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)