Skip to content

Commit db4b3f2

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/20d4636c743e53f070612d6b4c6ebd03b2b28bf5. PiperOrigin-RevId: 701562320
1 parent 47858c4 commit db4b3f2

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 = "479fb21237319d091ee93e86619c8d4d88bda079"
25-
XLA_SHA256 = "1ad7137b77bffbb11a959a12dee9329eec4f4cae0c0a1d963144579992e059aa"
24+
XLA_COMMIT = "20d4636c743e53f070612d6b4c6ebd03b2b28bf5"
25+
XLA_SHA256 = "9f0c1ba3b0220a9d922acd3df09a0d65a56d37d6e9a5080079fc86b8f67c83fc"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)