diff --git a/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp b/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp index c5874d4aa53c..0d896cc4aff4 100644 --- a/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp +++ b/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp @@ -622,7 +622,6 @@ void scheduleReduction( const std::vector& outs_of_red) { FUSER_PERF_SCOPE("scheduleReduction"); FusionGuard fg(fusion); - constexpr int kLoopUnrollSplit = 4; // If either of these are nullptr at the end of this function don't do // anything. Otherwise Transform and parallize entire fusion based on