mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Update torch-xpu-ops commit pin (#144739)
Update the torch-xpu-ops commit to [22cc419e4e60f469341712a5a103fa309a7dfd48](22cc419e4e), 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
This commit is contained in:
parent
f31452268b
commit
6470b0ea6f
29
.github/workflows/xpu.yml
vendored
29
.github/workflows/xpu.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
third_party/xpu.txt
vendored
2
third_party/xpu.txt
vendored
|
|
@ -1 +1 @@
|
|||
28cfac20ec662abdb0ac98faf122450013e8f520
|
||||
22cc419e4e60f469341712a5a103fa309a7dfd48
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user