From 4112eed70d110376674609af92e76c68ae8b3a39 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Fri, 23 Oct 2020 14:24:26 +0100 Subject: COMPMID-3731 Remove OpenCL padding: CLHeightConcatenateLayerKernel Signed-off-by: Giorgio Arena Change-Id: I004128fdcc1207c25d2b959f17f04f9e1a8b4cb5 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4247 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio --- arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arm_compute/core/CL') diff --git a/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h b/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h index 4fa2b40881..f362441944 100644 --- a/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h +++ b/arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h @@ -72,7 +72,6 @@ public: private: unsigned int _height_offset; - unsigned int _num_elems_processed_per_iteration; }; } // namespace arm_compute #endif /* ARM_COMPUTE_CLHEIGHTCONCATENATELAYERKERNEL_H */ -- cgit v1.2.1