From af84143e618a5b13c1a26f3331058236cb5cc1a7 Mon Sep 17 00:00:00 2001 From: jax authors Date: Sun, 2 Feb 2025 06:23:59 -0800 Subject: [PATCH] Update XLA dependency to use revision http://github.com/openxla/xla/commit/492a921843e982f4c0d3ccbe8930dc7c83a034d7. PiperOrigin-RevId: 722343063 --- 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 0f958488702e..facfa7d6a437 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 = "05e4f4027699cfc8ca45e3d2040c0d4f80f10b94" -XLA_SHA256 = "410fa4c21c27a1ce5d78829658643a00174432a70525aecf902197ff1b9ed0be" +XLA_COMMIT = "492a921843e982f4c0d3ccbe8930dc7c83a034d7" +XLA_SHA256 = "345778e35a5b004838725424242bcae6e7a844c6f56918ff67845b2a5dff5e33" def repo(): tf_http_archive(