diff --git a/torch/csrc/jit/codegen/cuda/lower_unroll.cpp b/torch/csrc/jit/codegen/cuda/lower_unroll.cpp index 165aef7d6f4c74..dd3d679d60e1c0 100644 --- a/torch/csrc/jit/codegen/cuda/lower_unroll.cpp +++ b/torch/csrc/jit/codegen/cuda/lower_unroll.cpp @@ -264,9 +264,7 @@ bool UnrollPass::canOmitElseClause(kir::ForLoop* fl) { return true; } -// Generate the loop nest structure and place it in lowered_exprs UnrollPass::UnrollPass(const std::vector& exprs) { - FUSER_PERF_SCOPE("GpuLower::Lower::UnrollPass::computeMap"); kir::ExprMutator::traverseAndInsert(exprs); }