aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2022-11-17 11:03:39 +0000
committerGian Marco Iodice <gianmarco.iodice@arm.com>2022-11-25 11:11:17 +0000
commit5d01681fe9aa8a04bd5431db9b2866b8d538dbae (patch)
tree61e0de777285662dbaf7e2e1e0aed003b77bded9 /SConscript
parente112ef1cc70bcdc52ded44350e61eb16d74559b3 (diff)
downloadComputeLibrary-5d01681fe9aa8a04bd5431db9b2866b8d538dbae.tar.gz
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>
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConscript b/SConscript
index 908fbff626..45816cad4a 100644
--- a/SConscript
+++ b/SConscript
@@ -449,6 +449,7 @@ if env['opencl'] and env['embed_kernels']:
'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',