Skip to content

Commit 0d43a21

Browse files
committed
fix instruction naming
1 parent ab77c07 commit 0d43a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executor/execution_plan.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ auto getOpType = [](const std::string& str) {
3434
return mscclpp::OperationType::WAIT;
3535
} else if (str == "flush") {
3636
return mscclpp::OperationType::FLUSH;
37-
} else if (str == "re") {
37+
} else if (str == "reduce") {
3838
return mscclpp::OperationType::REDUCE;
3939
} else if (str == "rs") {
4040
return mscclpp::OperationType::REDUCE_SEND;

0 commit comments

Comments
 (0)