Skip to content

Commit fcb3518

Browse files
authored
[XPU] Remove unnecessary steps for Windows wheel validation (#7069)
Fixes: pytorch/pytorch#161791
1 parent eaebfc3 commit fcb3518

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

.github/scripts/validate_binaries.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ else
99
export PYTHON_RUN="python3"
1010
if [[ ${TARGET_OS} == 'windows' ]]; then
1111
export PYTHON_RUN="python"
12-
# Currently xpu env need a helper script to activate
13-
if [[ ${MATRIX_GPU_ARCH_TYPE} == "xpu" ]]; then
14-
export PYTHON_RUN="${SCRIPT_DIR}/xpu_env_helper.bat python"
15-
fi
1612
fi
1713

1814
if [[ ${TARGET_OS} == 'macos-arm64' ]]; then

.github/scripts/xpu_env_helper.bat

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/validate-windows-binaries.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,5 @@ jobs:
132132
source /c/Jenkins/Miniconda3/etc/profile.d/conda.sh
133133
if [[ ${MATRIX_GPU_ARCH_TYPE} == "cuda" ]]; then
134134
./.ci/pytorch/windows/internal/driver_update.bat
135-
elif [[ ${MATRIX_GPU_ARCH_TYPE} == "xpu" ]]; then
136-
export CUDA_VERSION=xpu
137-
./.ci/pytorch/windows/internal/xpu_install.bat
138135
fi
139136
source ../../test-infra/.github/scripts/validate_binaries.sh

0 commit comments

Comments
 (0)