mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[CD] Disable Kineto for XPU Windows CD (#145255)
Due to issue #145155, disable Kineto for XPU Windows CD temporally. Pull Request resolved: https://github.com/pytorch/pytorch/pull/145255 Approved by: https://github.com/xuhancn, https://github.com/atalman
This commit is contained in:
committed by
PyTorch MergeBot
parent
629840e038
commit
0802e78315
@ -14,7 +14,6 @@ if [[ "$DESIRED_CUDA" == 'xpu' ]]; then
|
||||
export VC_YEAR=2022
|
||||
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