Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio Rocha committed Feb 10, 2025
1 parent bb5a3c5 commit c2bcfcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/executor/execution_plan.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ auto getOpType = [](const std::string& str) {
return mscclpp::OperationType::READ_REDUCE_COPY_SEND;
} else if (str == "ppkt") {
return mscclpp::OperationType::PUT_PACKET;
} else if (str == "rppkt") {
return mscclpp::OperationType::READ_PUT_PACKET;
} else if (str == "rspkt") {
return mscclpp::OperationType::REDUCE_SEND_PACKET;
} else if (str == "cpkt") {
Expand Down

0 comments on commit c2bcfcd

Please sign in to comment.