From 781e4be8f64806acf026080c2504ec10aa08baf1 Mon Sep 17 00:00:00 2001 From: Naoya Maruyama Date: Tue, 30 Mar 2021 20:42:52 -0700 Subject: [PATCH] Fix a clang-tidy error --- torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp | 1 - 1 file changed, 1 deletion(-) 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