From 53f5af8c924aba3c0fab1fabc6baf7d6affcb8a1 Mon Sep 17 00:00:00 2001 From: "Cui, Yifeng" Date: Thu, 9 Oct 2025 10:38:56 +0000 Subject: [PATCH] Update torch-xpu-ops commit pin (#164237) Update the torch-xpu-ops commit to [intel/torch-xpu-ops@f30173](https://github.com/intel/torch-xpu-ops/commit/f301733b03758ccd67642d2c202f2d589bd231a4), includes: - Install xpu internal headers to PyTorch - Fix error handling for BatchLinearAlgebra Ops - Fix unnecessary double data type conversion - Fix overflow when calculating workgroups count - Fix segmentation fault and calculation error in AveragePool2dKernel Pull Request resolved: https://github.com/pytorch/pytorch/pull/164237 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 3214003409de..9e57a9f339bb 100644 --- a/third_party/xpu.txt +++ b/third_party/xpu.txt @@ -1 +1 @@ -229e8ba104e3b0a6e88c36effefa3ea914b25673 +f301733b03758ccd67642d2c202f2d589bd231a4