[CD] Upgrade xpu runtime pypi packages version and enable windows kineto again (#148319)

Fixes https://github.com/pytorch/pytorch/issues/145155

Pull Request resolved: https://github.com/pytorch/pytorch/pull/148319
Approved by: https://github.com/xuhancn, https://github.com/atalman
This commit is contained in:
Wang, Chuanqi
2025-03-05 18:39:52 +00:00
committed by PyTorch MergeBot
parent 9db9593bba
commit 3f4311d589
4 changed files with 22 additions and 17 deletions

View File

@ -13,6 +13,7 @@ export VC_YEAR=2022
if [[ "$DESIRED_CUDA" == 'xpu' ]]; then
export USE_SCCACHE=0
export XPU_VERSION=2025.0
export XPU_ENABLE_KINETO=1
fi
echo "Free space on filesystem before build:"