Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cowanmeg committed Feb 2, 2024
1 parent 0c79a93 commit c1ac119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csrc/multidevice/lower_communication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ bool isLowerableToCommunication(Expr* expr) {

} // namespace nvfuser

#else // USE_DISTRIBUTED && NVFUSER_DISTRIBUTED
#else // NVFUSER_DISTRIBUTED

#include <ir/base_nodes.h>

Expand Down
2 changes: 1 addition & 1 deletion csrc/multidevice/lower_communication.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ std::vector<std::shared_ptr<Communication>> lowerCommunication(

} // namespace nvfuser

#else // USE_DISTRIBTED && NVFUSER_DISTRIBUTED
#else // NVFUSER_DISTRIBUTED

namespace nvfuser {

Expand Down

0 comments on commit c1ac119

Please sign in to comment.