mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
9db9593bba
commit
3f4311d589
@ -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:"
|
||||
|
Reference in New Issue
Block a user