Revert "msccl: build same number of kernels as in ROCm 5.7" (#1058)

This reverts commit f960174d03be7e5174baa83b256526d388a38842.
This commit is contained in:
Wenkai Du
2024-01-24 08:43:50 -08:00
committed by GitHub
parent 18a57bac10
commit 7987015a19
5 changed files with 9 additions and 19 deletions
+2 -3
View File
@@ -270,11 +270,10 @@ static ncclResult_t mscclInternalSchedulerSelectAlgo(struct mscclSchedulerParam*
mscclStatus& status = mscclGetStatus();
param->scheduled = false;
/*// Current MSCCL doesn't support pre/post op
// Current MSCCL doesn't support pre/post op
if (param->op >= ncclAvg) {
return ncclSuccess;
}*/
}
// Whether the algorithm is in-place
bool isInPlace = false;