File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
keep_torch_xpu_ops :
12
12
required : false
13
13
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 '
15
15
description : Keep torch-xpu-ops pin. `true` means use pined commit
16
16
driver :
17
17
required : false
85
85
fi
86
86
if [[ "${{ inputs.keep_torch_xpu_ops }}" == *"https://"* ]];then
87
87
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 "
89
89
elif [ "${{ inputs.keep_torch_xpu_ops }}" == "true" ];then
90
90
TORCH_XPU_OPS_VERSION="pinned"
91
91
else
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ jobs:
374
374
path : ${{ github.workspace }}/ut_log
375
375
376
376
distributed_ut_test :
377
- runs-on : pvc_e2e
377
+ runs-on : PVC-7358
378
378
if : ${{ contains(inputs.ut, 'xpu_distributed') && !contains(inputs.disabled_tests, 'disable_distribute') }}
379
379
timeout-minutes : 600
380
380
env :
@@ -402,7 +402,7 @@ jobs:
402
402
run : |
403
403
cd ../
404
404
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
406
406
source activate xpu_op_${ZE_AFFINITY_MASK}
407
407
if [ "${{ inputs.pytorch }}" != "nightly_wheel" ]; then
408
408
pip install --force-reinstall ${{ github.workspace }}/torch*.whl
@@ -429,7 +429,7 @@ jobs:
429
429
cd third_party
430
430
git clone https://github.com/intel/torch-xpu-ops.git
431
431
cd torch-xpu-ops
432
- git checkout daisyden/distributed_2.8
432
+ git checkout daisyden/distributed_2.9
433
433
else
434
434
TORCH_XPU_OPS_COMMIT=$(<third_party/xpu.txt)
435
435
git clone https://github.com/intel/torch-xpu-ops.git third_party/torch-xpu-ops
Original file line number Diff line number Diff line change 99
99
secrets : inherit
100
100
uses : ./.github/workflows/_linux_build.yml
101
101
with :
102
- pytorch : distributed_2.8
103
- runner : pvc_e2e
102
+ pytorch : distributed_2.9
103
+ runner : PVC-7358
104
104
105
105
preci-linux-ut :
106
106
name : preci-linux
@@ -109,4 +109,4 @@ jobs:
109
109
with :
110
110
disabled_tests : ${{ needs.preci-conditions-filter.outputs.disabled_tests }}
111
111
ut : xpu_distributed
112
- runner : pvc_e2e
112
+ runner : PVC-7358
You can’t perform that action at this time.
0 commit comments