diff --git a/third_party/xla/workspace.bzl b/third_party/xla/workspace.bzl index f74c74077..b38a984ed 100644 --- a/third_party/xla/workspace.bzl +++ b/third_party/xla/workspace.bzl @@ -21,8 +21,8 @@ load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls") # curl -L https://github.com/openxla/xla/archive/.tar.gz | sha256sum # and update XLA_SHA256 with the result. -XLA_COMMIT = "e93a258e4494231626c7d3b6a6447e746ea72f9c" -XLA_SHA256 = "99f3a6b06230becf013f00009afeee4c89f52818e7a4a1ea4851157dc853830e" +XLA_COMMIT = "f17344020c3240dcf28cabd12eadc97df178a1e6" +XLA_SHA256 = "ce306964e6f44a4a3a6a804a7455fdc8c88e5f1c6370c9bae56dd8cbd365cdff" def repo(): tf_http_archive(