From b3df4d58506cee27691e6849a6f2c5e691343dad Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 8 Feb 2025 05:02:40 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/a3ede7c2431faa9bb95e88375b07f95c3484a061. PiperOrigin-RevId: 724656063 --- 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 779b0652f..4e3dcbae6 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 = "ad27c80b41d8f7da651719d3db5eca51338276c8" -XLA_SHA256 = "baa83e45dac656c9934ec586b685a23e47fb8628bc4920d70ac4c40ad5d0485b" +XLA_COMMIT = "a3ede7c2431faa9bb95e88375b07f95c3484a061" +XLA_SHA256 = "5455607433178adaab8918ea662eb30acda3a6d9fd8505b4561b7fcba0f4e72f" def repo(): tf_http_archive(