From 15e2e26ad9df54d15f5759367caddd36007d1e44 Mon Sep 17 00:00:00 2001 From: jax authors Date: Thu, 28 Mar 2024 23:43:14 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/35a563552b55129d3d91965bf5ede0cd2077a63a. PiperOrigin-RevId: 620167889 --- 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 f6745888ca79..2d2c8ac73f89 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 = "56e26861fc6a2f246c5c5649ea04faa1398d1052" -XLA_SHA256 = "9ff517440ad4bbcd757faf10f11464549f19c470d1144770911439e1fbf07cdc" +XLA_COMMIT = "35a563552b55129d3d91965bf5ede0cd2077a63a" +XLA_SHA256 = "a2e089231bb75198268927ba16a4dbfb21f4495818a451706b6c5ef6b2a9e6ea" def repo(): tf_http_archive(