We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab77c07 commit 0d43a21Copy full SHA for 0d43a21
src/executor/execution_plan.cc
@@ -34,7 +34,7 @@ auto getOpType = [](const std::string& str) {
34
return mscclpp::OperationType::WAIT;
35
} else if (str == "flush") {
36
return mscclpp::OperationType::FLUSH;
37
- } else if (str == "re") {
+ } else if (str == "reduce") {
38
return mscclpp::OperationType::REDUCE;
39
} else if (str == "rs") {
40
return mscclpp::OperationType::REDUCE_SEND;
0 commit comments