From c4a0369f5c3a401aed68474a25280aa7cc114dfe Mon Sep 17 00:00:00 2001 From: jax authors Date: Tue, 12 Nov 2024 12:51:45 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/f17344020c3240dcf28cabd12eadc97df178a1e6. PiperOrigin-RevId: 695838490 --- third_party/xla/workspace.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(