msccl: build same number of kernels as in ROCm 5.7 (#1005)

Removed fullOps kernels from build
This commit is contained in:
Wenkai Du
2023-12-07 11:36:04 -08:00
committed by GitHub
parent 9c3fea1751
commit 12c08fc52a
5 changed files with 18 additions and 29 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ static ncclResult_t mscclInternalSchedulerSelectAlgo(struct mscclSchedulerParam*
mscclStatus& status = mscclGetStatus();
param->scheduled = false;
/*// Current MSCCL doesn't support pre/post op
if (param->op >= ncclAvg) {
return ncclSuccess;