[CD] Enable pypi dependencies both for XPU linux and Windows whls (#141135)

Enable xpu runtime pypi packages as dependencies of XPU CD wheels both for Linux and Windows.
Fixes https://github.com/pytorch/pytorch/issues/135867
Works for https://github.com/pytorch/pytorch/issues/139722 and https://github.com/pytorch/pytorch/issues/114850
Pull Request resolved: https://github.com/pytorch/pytorch/pull/141135
Approved by: https://github.com/atalman
This commit is contained in:
chuanqiw
2024-11-29 21:35:07 +00:00
committed by PyTorch MergeBot
parent 44707b0667
commit a23ac6f8bd
7 changed files with 140 additions and 36 deletions

View File

@ -8,6 +8,7 @@ export VC_YEAR=2019
if [[ "$DESIRED_CUDA" == 'xpu' ]]; then
export VC_YEAR=2022
export XPU_VERSION=2025.0
fi
pushd "$BUILDER_ROOT"