From d4660a0972f991daa0b26384869eeadf45fa3068 Mon Sep 17 00:00:00 2001 From: jax authors Date: Fri, 26 Jan 2024 22:37:41 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/5f5fff92b0d5f9a2e43f066cc08fb542677c775d. PiperOrigin-RevId: 601954633 --- 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 858bc9ea50e6..acd20f71f30b 100644 --- a/third_party/xla/workspace.bzl +++ b/third_party/xla/workspace.bzl @@ -20,8 +20,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 = "62156ca9ef4570b5dd2854eb9a93aaa9a4b23ca9" -XLA_SHA256 = "b95808db3ad7d9164d1b28829ac135f8e8cb546c7970f33e9f54300401b6fc16" +XLA_COMMIT = "5f5fff92b0d5f9a2e43f066cc08fb542677c775d" +XLA_SHA256 = "c3efef35ee9d2904e23f237c99aadb381d783cfd6598b5634b7757fd9a539ff4" def repo(): tf_http_archive(