diff --git a/paddle/fluid/operators/jit/test.cc b/paddle/fluid/operators/jit/test.cc index 178418f4a751a1dcd6dccfc49abaa3b206ca41ba..d30fa014ed5fbac9ed71f3185ce0443d33f4a281 100644 --- a/paddle/fluid/operators/jit/test.cc +++ b/paddle/fluid/operators/jit/test.cc @@ -799,7 +799,7 @@ void TestKernelStrideScal() { using T = typename KernelTuple::data_type; VLOG(10) << "Test JITKernel: " << jit::to_string(KernelTuple::kernel_type); for (int d : TestSizes()) { - for (int m : {1, 2, 3}) { // stride + for (int m : {1, 2, 3}) { // stride if (m > d || d % m != 0) { continue; }