recreated pr 914 to work with current develop branch (#979)

This commit is contained in:
akolliasAMD
2023-11-28 16:33:47 -07:00
committed by GitHub
parent c71bae1608
commit 56ce9ef05f
5 changed files with 42 additions and 7 deletions
+3 -2
View File
@@ -215,10 +215,11 @@ 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;