From 1e2af2acc4cb789ba4c0e6935a4581ce4a050609 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Thu, 15 Oct 2020 17:39:41 +0100 Subject: COMPMID-3712 Remove OpenCL padding: CLDepthwiseConvolutionLayer3x3NHWCKernel FP16/32 Removed unused N from partial block loading macro Created utility to assert change in padding Signed-off-by: Giorgio Arena Change-Id: Ifdd30c66dbf5f2842c6b2d939000613d5011708e Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4192 Reviewed-by: Gian Marco Iodice Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h') diff --git a/arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h b/arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h index 4ca6c0bf4a..db57439de0 100644 --- a/arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h +++ b/arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.h @@ -107,7 +107,6 @@ public: BorderSize border_size() const override; private: - unsigned int _num_rows_processed_per_iteration; unsigned int _num_planes_processed_per_iteration; }; } // namespace arm_compute -- cgit v1.2.1