Skip to content

Commit 8b2f627

Browse files
committed
update
1 parent 680c2cc commit 8b2f627

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/_linux_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
keep_torch_xpu_ops:
1212
required: false
1313
type: string
14-
default: 'https://github.com/intel/torch-xpu-ops/tree/daisyden/distributed_2.8'
14+
default: 'https://github.com/intel/torch-xpu-ops/tree/daisyden/distributed_2.9'
1515
description: Keep torch-xpu-ops pin. `true` means use pined commit
1616
driver:
1717
required: false
@@ -85,7 +85,7 @@ jobs:
8585
fi
8686
if [[ "${{ inputs.keep_torch_xpu_ops }}" == *"https://"* ]];then
8787
TORCH_XPU_OPS_REPO="https://github.com/intel/torch-xpu-ops.git"
88-
TORCH_XPU_OPS_VERSION="daisyden/distributed_2.8"
88+
TORCH_XPU_OPS_VERSION="daisyden/distributed_2.9"
8989
elif [ "${{ inputs.keep_torch_xpu_ops }}" == "true" ];then
9090
TORCH_XPU_OPS_VERSION="pinned"
9191
else

.github/workflows/_linux_ut.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jobs:
374374
path: ${{ github.workspace }}/ut_log
375375

376376
distributed_ut_test:
377-
runs-on: pvc_e2e
377+
runs-on: PVC-7358
378378
if: ${{ contains(inputs.ut, 'xpu_distributed') && !contains(inputs.disabled_tests, 'disable_distribute') }}
379379
timeout-minutes: 600
380380
env:
@@ -402,7 +402,7 @@ jobs:
402402
run: |
403403
cd ../
404404
rm -rf ./pytorch || sudo rm -rf ./pytorch
405-
git clone -b distributed_2.8 https://github.com/daisyden/pytorch.git pytorch
405+
git clone -b distributed_2.9 https://github.com/daisyden/pytorch.git pytorch
406406
source activate xpu_op_${ZE_AFFINITY_MASK}
407407
if [ "${{ inputs.pytorch }}" != "nightly_wheel" ]; then
408408
pip install --force-reinstall ${{ github.workspace }}/torch*.whl
@@ -429,7 +429,7 @@ jobs:
429429
cd third_party
430430
git clone https://github.com/intel/torch-xpu-ops.git
431431
cd torch-xpu-ops
432-
git checkout daisyden/distributed_2.8
432+
git checkout daisyden/distributed_2.9
433433
else
434434
TORCH_XPU_OPS_COMMIT=$(<third_party/xpu.txt)
435435
git clone https://github.com/intel/torch-xpu-ops.git third_party/torch-xpu-ops

.github/workflows/pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ jobs:
9999
secrets: inherit
100100
uses: ./.github/workflows/_linux_build.yml
101101
with:
102-
pytorch: distributed_2.8
103-
runner: pvc_e2e
102+
pytorch: distributed_2.9
103+
runner: PVC-7358
104104

105105
preci-linux-ut:
106106
name: preci-linux
@@ -109,4 +109,4 @@ jobs:
109109
with:
110110
disabled_tests: ${{ needs.preci-conditions-filter.outputs.disabled_tests }}
111111
ut: xpu_distributed
112-
runner: pvc_e2e
112+
runner: PVC-7358

0 commit comments

Comments
 (0)