Skip to content

Commit 4955201

Browse files
committed
More debugging
1 parent 5b827ff commit 4955201

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

csrc/preseg_passes/propagate_shardings.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@ void PropagateShardingsPass::runPass(Fusion* fusion) {
187187
PropagateDirection::kBackward);
188188
}
189189
}
190+
191+
if (isDebugDumpEnabled(DebugDumpOption::PreSegmenterLogging)) {
192+
debug() << std::endl
193+
<< "Fusion Transforms after " << name() << ":" << std::endl;
194+
fusion->printTransforms();
195+
debug() << std::endl;
196+
}
190197
}
191198

192199
} // namespace nvfuser::preseg_passes

0 commit comments

Comments
 (0)