From 6470b0ea6f0ab3fb7d9f6029bb433ee710eaf0ed Mon Sep 17 00:00:00 2001 From: Yutao Xu Date: Thu, 16 Jan 2025 15:12:37 +0000 Subject: [PATCH] Update torch-xpu-ops commit pin (#144739) Update the torch-xpu-ops commit to [22cc419e4e60f469341712a5a103fa309a7dfd48](https://github.com/intel/torch-xpu-ops/commit/22cc419e4e60f469341712a5a103fa309a7dfd48), includes: - Fix building issue https://github.com/intel/torch-xpu-ops/issues/1279 - Aten operator coverage improvement Note: new torch-xpu-ops commit don't support bundle 0.5.3 Pull Request resolved: https://github.com/pytorch/pytorch/pull/144739 Approved by: https://github.com/EikanWang, https://github.com/malfet --- .github/workflows/xpu.yml | 29 ----------------------------- third_party/xpu.txt | 2 +- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/.github/workflows/xpu.yml b/.github/workflows/xpu.yml index ab648ff12ff..8a351a4894b 100644 --- a/.github/workflows/xpu.yml +++ b/.github/workflows/xpu.yml @@ -22,24 +22,6 @@ jobs: curr_branch: ${{ github.head_ref || github.ref_name }} curr_ref_type: ${{ github.ref_type }} - linux-jammy-xpu-py3_9-build: - name: linux-jammy-xpu-py3.9 - uses: ./.github/workflows/_linux-build.yml - needs: get-label-type - with: - runner_prefix: ${{ needs.get-label-type.outputs.label-type }} - build-environment: linux-jammy-xpu-py3.9 - docker-image-name: pytorch-linux-jammy-xpu-2024.0-py3 - runner: linux.12xlarge - test-matrix: | - { include: [ - { config: "default", shard: 1, num_shards: 4, runner: "linux.idc.xpu" }, - { config: "default", shard: 2, num_shards: 4, runner: "linux.idc.xpu" }, - { config: "default", shard: 3, num_shards: 4, runner: "linux.idc.xpu" }, - { config: "default", shard: 4, num_shards: 4, runner: "linux.idc.xpu" }, - ]} - secrets: inherit - linux-jammy-xpu-2025_0-py3_9-build: name: linux-jammy-xpu-2025.0-py3.9 uses: ./.github/workflows/_linux-build.yml @@ -71,17 +53,6 @@ jobs: test-matrix: ${{ needs.linux-jammy-xpu-2025_0-py3_9-build.outputs.test-matrix }} secrets: inherit - windows-xpu-build: - if: github.repository_owner == 'pytorch' - name: win-vs2022-xpu-py3 - uses: ./.github/workflows/_win-build.yml - with: - build-environment: win-vs2022-xpu-py3 - cuda-version: cpu - use-xpu: true - vc-year: '2022' - secrets: inherit - windows-xpu-2025_0-build: if: github.repository_owner == 'pytorch' name: win-vs2022-xpu-2025_0-py3 diff --git a/third_party/xpu.txt b/third_party/xpu.txt index 7bb97d41ea7..e739df4495e 100644 --- a/third_party/xpu.txt +++ b/third_party/xpu.txt @@ -1 +1 @@ -28cfac20ec662abdb0ac98faf122450013e8f520 +22cc419e4e60f469341712a5a103fa309a7dfd48