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 1d9858c commit 8f1c7f5Copy full SHA for 8f1c7f5
torch/csrc/jit/codegen/cuda/lower_unroll.cpp
@@ -264,9 +264,7 @@ bool UnrollPass::canOmitElseClause(kir::ForLoop* fl) {
264
return true;
265
}
266
267
-// Generate the loop nest structure and place it in lowered_exprs
268
UnrollPass::UnrollPass(const std::vector<Expr*>& exprs) {
269
- FUSER_PERF_SCOPE("GpuLower::Lower::UnrollPass::computeMap");
270
kir::ExprMutator::traverseAndInsert(exprs);
271
272
0 commit comments