COMPMID-3979 Sanitise Padding Removal epic
authorSiCong Li <sicong.li@arm.com>
Tue, 17 Nov 2020 14:09:01 +0000 (14:09 +0000)
committerSiCong Li <sicong.li@arm.com>
Tue, 17 Nov 2020 16:38:52 +0000 (16:38 +0000)
commit04a0706dddc6ca24cb80e3e0789c6b0f54c48b28
treeeb136b5fd7bd4f3e9424cf5bcf4504e5a4f158d1
parent1d1bca75f766625140ab0fdf000b6336f013ed83
COMPMID-3979 Sanitise Padding Removal epic

* Add missing padding immutability asserts in all relevant CL kernels
* Remove unnecessary zero padding validation tests.

Change-Id: If93f9ccbc988e0286f5e7b135f812141476d5da0
Signed-off-by: SiCong Li <sicong.li@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4446
Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Tested-by: Arm Jenkins <bsgcomp@arm.com>
27 files changed:
src/core/CL/cl_kernels/activation_layer.cl
src/core/CL/cl_kernels/activation_layer_quant.cl
src/core/CL/kernels/CLActivationLayerKernel.cpp
src/core/CL/kernels/CLBatchConcatenateLayerKernel.cpp
src/core/CL/kernels/CLBatchNormalizationLayerKernel.cpp
src/core/CL/kernels/CLDepthConcatenateLayerKernel.cpp
src/core/CL/kernels/CLElementwiseOperationKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel.cpp
src/core/CL/kernels/CLGEMMLowpQuantizeDownInt32ScaleKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.cpp
src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.cpp
src/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.cpp
src/core/CL/kernels/CLIm2ColKernel.cpp
src/core/CL/kernels/CLPoolingLayerKernel.cpp
src/core/CL/kernels/CLWinogradInputTransformKernel.cpp
tests/validation/CL/ActivationLayer.cpp
tests/validation/CL/ArithmeticAddition.cpp
tests/validation/CL/BatchConcatenateLayer.cpp
tests/validation/CL/BatchNormalizationLayer.cpp
tests/validation/CL/GEMMLowp.cpp
tests/validation/CL/GEMMMatrixMultiplyNative.cpp
tests/validation/CL/GEMMMatrixMultiplyReshaped.cpp
tests/validation/CL/GEMMReshapeLHSMatrix.cpp
tests/validation/CL/Im2Col.cpp
tests/validation/CL/PoolingLayer.cpp
tests/validation/CL/Winograd.cpp