From 550f05ef097afcd16c0e3c2ab52946d57b1564fa Mon Sep 17 00:00:00 2001
From: charleshofer <Charles.Hofer@amd.com>
Date: Mon, 7 Apr 2025 13:30:02 -0500
Subject: [PATCH] Update XLA commit hash (#344)

---
 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 d8ab22ba6..d69255555 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/<git hash>.tar.gz | sha256sum
 #    and update XLA_SHA256 with the result.
 
-XLA_COMMIT = "0ff3313af068ef8f84253075231d1a30a29e63c7"
-XLA_SHA256 = "111bea40f3e988073c9072ba6d82785729756d09ab86ddd27ee3f571e287a93f"
+XLA_COMMIT = "3a2dfb685d8d0470314d85e4a311bb8e0f47d9fd"
+XLA_SHA256 = "1ac0fd4f63c5c5016f0b8ebc653a01f7a040d0463687146df7a5ddc41552f541"
 
 def repo():
     tf_http_archive(