From 4a4cac0cefea3661cc69cfdafdba64832ee0841a Mon Sep 17 00:00:00 2001 From: "Cui, Yifeng" Date: Mon, 9 Jun 2025 15:54:10 +0000 Subject: [PATCH] Update torch-xpu-ops commit pin (#154962) Update the torch-xpu-ops commit to [intel/torch-xpu-ops@`a3a196`](https://github.com/intel/torch-xpu-ops/commit/a3a196ccdbcbc399e157b6bcf8f5611e6561b6d6) includes: - Enhanced Adaptive Average Pooling 2D Backward Kernel for performance and code simplification - Group Norm Backward Optimization with vectorization and parallel reduction - Support CL path for MaxUnpooling2d and MaxUnpooling3d - Rename USE_ONEMKL as USE_ONEMKL_XPU and set it as default ON - Refactor USE_XCCL & USE_C10D_XCCL option Pull Request resolved: https://github.com/pytorch/pytorch/pull/154962 Approved by: https://github.com/EikanWang --- third_party/xpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/xpu.txt b/third_party/xpu.txt index 16ca2b7d6cf..0a65074bddf 100644 --- a/third_party/xpu.txt +++ b/third_party/xpu.txt @@ -1 +1 @@ -4e027f1e1c560d7dc7db7eb41e48bdee5fc00707 +a3a196ccdbcbc399e157b6bcf8f5611e6561b6d6