Skip to content

Commit 8f1c7f5

Browse files
authored
Minor cleanup lower_unroll.cpp (#1994)
1 parent 1d9858c commit 8f1c7f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

torch/csrc/jit/codegen/cuda/lower_unroll.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,7 @@ bool UnrollPass::canOmitElseClause(kir::ForLoop* fl) {
264264
return true;
265265
}
266266

267-
// Generate the loop nest structure and place it in lowered_exprs
268267
UnrollPass::UnrollPass(const std::vector<Expr*>& exprs) {
269-
FUSER_PERF_SCOPE("GpuLower::Lower::UnrollPass::computeMap");
270268
kir::ExprMutator::traverseAndInsert(exprs);
271269
}
272270

0 commit comments

Comments
 (0)