We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d799bd3 commit 316d1bbCopy full SHA for 316d1bb
.github/workflows/_linux_build.yml
@@ -89,7 +89,7 @@ jobs:
89
source activate xpu_build
90
source .github/scripts/env.sh ${{ inputs.pytorch }}
91
export USE_ONEMKL=1
92
- export USE_XCCL=1
+ export USE_XCCL=ON
93
if [[ ${{ inputs.driver }} == 'lts' ]]; then
94
export TORCH_XPU_ARCH_LIST='pvc'
95
fi
0 commit comments