From 49821e81de70ad2d26334c6f249e3462594a2dbe Mon Sep 17 00:00:00 2001 From: jax authors Date: Mon, 3 Feb 2025 06:21:00 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/b5db81467f0ca0d547b56a9998244c9432eb88e3. PiperOrigin-RevId: 722632959 --- 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 facfa7d6a..273d5ce42 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 = "492a921843e982f4c0d3ccbe8930dc7c83a034d7" -XLA_SHA256 = "345778e35a5b004838725424242bcae6e7a844c6f56918ff67845b2a5dff5e33" +XLA_COMMIT = "b5db81467f0ca0d547b56a9998244c9432eb88e3" +XLA_SHA256 = "fa8b88d0b4bbf68c8cf7d469a214f209c69b46262364de3c532cf6ffedf6d1ca" def repo(): tf_http_archive(