aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2020-10-23 14:24:26 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-10-23 15:38:25 +0000
commit4112eed70d110376674609af92e76c68ae8b3a39 (patch)
tree8b933e67ec3cfb9c17fbbb0dc84f8082871a3e82 /arm_compute/core/CL
parent69153b3744542691cc205bafda3bbc9c84d394ce (diff)
downloadComputeLibrary-4112eed70d110376674609af92e76c68ae8b3a39.tar.gz
COMPMID-3731 Remove OpenCL padding: CLHeightConcatenateLayerKernel
Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Change-Id: I004128fdcc1207c25d2b959f17f04f9e1a8b4cb5 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4247 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'arm_compute/core/CL')
-rw-r--r--arm_compute/core/CL/kernels/CLHeightConcatenateLayerKernel.h1
1 files changed, 0 insertions, 1 deletions
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 */