Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugin/torch/flagcx/include/backend_flagcx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class flagcxBackend : public Backend {
#elif USE_CAMBRICON_ADAPTOR
devName = "mlu";
#elif USE_METAX_ADAPTOR
devName = "maca";
devName = "cuda";
Comment thread
MC952-arch marked this conversation as resolved.
#elif USE_MUSA_ADAPTOR
devName = "musa";
#elif USE_DU_ADAPTOR
Expand Down Expand Up @@ -230,4 +230,4 @@ class flagcxBackend : public Backend {
Fn fn, OpType opType);
};

} // namespace c10d
} // namespace c10d