From 44cfbbe35fa40f72ebd69ab201829114d3d6c556 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sat, 12 Oct 2024 11:53:16 -0700 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/862d48eaee2451945d605ad98c9d261a6dfe5822. PiperOrigin-RevId: 685235393 --- 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 d0acbbf2889f..b247dba4cea1 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 = "f12e5d4d538ef7b15ec56ef31b942a6f14d19634" -XLA_SHA256 = "f82822bb427338866463641c793500c898d6797f3880458a83172d8058482c90" +XLA_COMMIT = "862d48eaee2451945d605ad98c9d261a6dfe5822" +XLA_SHA256 = "874164097d7a04c12240eee6ae1ae6a542f8b8a8ea7e2cd314836f2d01860cb3" def repo(): tf_http_archive(