From 1f48bab377392a5a5a08bc1f83ead6650936a237 Mon Sep 17 00:00:00 2001 From: chunhuanMeng <105194461+chunhuanMeng@users.noreply.github.com> Date: Wed, 14 May 2025 15:34:47 +0000 Subject: [PATCH] Update torch-xpu-ops commit pin (#153445) Update the torch-xpu-ops commit to [207105038963e5f9f012f1a0cfd3b9f57b2ab5b0](https://github.com/intel/torch-xpu-ops/commit/207105038963e5f9f012f1a0cfd3b9f57b2ab5b0), includes: - Improve the accuracy of `upsample_bilinear2d_backward` - Enhance the performance of `avg_pool2d` - Update the implementation of scatter-gather and indexing Pull Request resolved: https://github.com/pytorch/pytorch/pull/153445 Approved by: https://github.com/guangyey, 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 d683f1ab8b7..b230d7dfa0b 100644 --- a/third_party/xpu.txt +++ b/third_party/xpu.txt @@ -1 +1 @@ -655fa9bc7f88ab5bd3766b5f2fd5b43989c2caca +207105038963e5f9f012f1a0cfd3b9f57b2ab5b0