Skip to content

Commit 316d1bb

Browse files
committed
change USE_XCCL from 1 to ON
1 parent d799bd3 commit 316d1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
source activate xpu_build
9090
source .github/scripts/env.sh ${{ inputs.pytorch }}
9191
export USE_ONEMKL=1
92-
export USE_XCCL=1
92+
export USE_XCCL=ON
9393
if [[ ${{ inputs.driver }} == 'lts' ]]; then
9494
export TORCH_XPU_ARCH_LIST='pvc'
9595
fi

0 commit comments

Comments
 (0)