Skip to content

Commit a0af34f

Browse files
Update XLA dependency to use revision
http://github.com/openxla/xla/commit/c361fc2992e8d674636e7870992e95658b1be792. PiperOrigin-RevId: 762376295
1 parent 5a448b8 commit a0af34f

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 = "f040466fc5fa5052b1f4e89fb2b166bb2c9d656a"
25-
XLA_SHA256 = "52ecb43ba06e2d5e8cf84fad5c43104c8f5be92de4bb5e5c8a936e6351093c6e"
24+
XLA_COMMIT = "c361fc2992e8d674636e7870992e95658b1be792"
25+
XLA_SHA256 = "990dd1c54128015235bc28286005704209f52abaf3e39e8f96299e1f5af4f7f1"
2626

2727
def repo():
2828
tf_http_archive(

0 commit comments

Comments
 (0)