From a0109b2eae7e441e2a053cd5ec389cd7e506a89c Mon Sep 17 00:00:00 2001 From: Wenkai Du <43822138+wenkaidu@users.noreply.github.com> Date: Mon, 9 Nov 2020 11:23:17 -0800 Subject: [PATCH] Use ncclSend/ncclRecv for alltoall type of collectives as default (#297) [ROCm/rccl commit: 2e8b3a0857517943833cc036306ec5580a733ee9] --- projects/rccl/src/init.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl/src/init.cc b/projects/rccl/src/init.cc index f6881a1284..98c41b68e1 100644 --- a/projects/rccl/src/init.cc +++ b/projects/rccl/src/init.cc @@ -299,7 +299,7 @@ static ncclResult_t commFree(ncclComm_t comm) { return ncclSuccess; } -RCCL_PARAM(AllToAllDisable, "ALLTOALL_KERNEL_DISABLE", 0); +RCCL_PARAM(AllToAllDisable, "ALLTOALL_KERNEL_DISABLE", 1); static ncclResult_t commAlloc(ncclComm_t* comret, int ndev, int rank) { if (ndev < 1) {