From 70f67fdc6d281248062f34d1c4c7d5af66e0eb23 Mon Sep 17 00:00:00 2001 From: "Gao, Xiang" Date: Mon, 26 Sep 2022 16:28:29 -0700 Subject: [PATCH] Minor cleanup lower_unroll.cpp --- torch/csrc/jit/codegen/cuda/lower_unroll.cpp | 2 -- 1 file changed, 2 deletions(-) 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); }