Implement address precalculation for indirect conv2d - OpenCL

- Implement kernel (ClIndirectConv2dAddressPrecalculationKernel)
- Implement OpenCL kernel (indirect_convolution.cl)
- Add test

Resolves COMPMID-5708

Change-Id: If7408e37cbc6f9ad8506ff3334bc574e5d6763fb
Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8661
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Benchmark: Arm Jenkins <bsgcomp@arm.com>
diff --git a/SConscript b/SConscript
index 908fbff..45816ca 100644
--- a/SConscript
+++ b/SConscript
@@ -449,6 +449,7 @@
                     'src/core/CL/cl_kernels/nhwc/dwc_native_fp_nhwc.cl',
                     'src/core/CL/cl_kernels/nhwc/dwc_native_quantized_nhwc.cl',
                     'src/core/CL/cl_kernels/nhwc/im2col.cl',
+                    'src/core/CL/cl_kernels/nhwc/indirect_convolution.cl',
                     'src/core/CL/cl_kernels/nhwc/normalization_layer.cl',
                     'src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer.cl',
                     'src/core/CL/cl_kernels/nhwc/normalize_planar_yuv_layer_quantized.cl',