From 1cc07dd39208d9c0004a83b25cf3b40f6aa63000 Mon Sep 17 00:00:00 2001 From: jax authors Date: Fri, 10 Jan 2025 10:28:32 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/08dcaad271d3d56a31da9f701140447fe390ebb7. PiperOrigin-RevId: 714096988 --- 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 a3d1ae961..93bc5e2b3 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 = "2f6eabb5a1d0a4ce5ba9eb0d52620463b3ece2c3" -XLA_SHA256 = "22887dd5c08c9f850c1d27de9e41c21cf49ae023fd3da9e996bf8454b36ccde7" +XLA_COMMIT = "08dcaad271d3d56a31da9f701140447fe390ebb7" +XLA_SHA256 = "8aba6c24f09f36627b2fff28b20ae88407f822482b4f57f18443cd7ddc6ffda1" def repo(): tf_http_archive(