We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466faae commit 6e7e138Copy full SHA for 6e7e138
csrc/host_ir/lowering.cpp
@@ -174,7 +174,8 @@ void lowerSegment(
174
// without cloning the value again.
175
Expr* e = ir_cloner.clone(group.exprs().front());
176
177
- // FIXME: should this be associated with the scope?
+ // TODO: `replacement_map` should be associated with the scope os
178
+ // ShardByStream across segments in the same for-loop can be reused.
179
std::unordered_map<Val*, Val*> replacement_map;
180
for (Expr* c : convertSingleOpToCommunication(e, device_id)) {
181
NVF_ERROR(
0 commit comments