From 5c9eed82102b29381cfcf36a0e98d3c5239f37e5 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Fri, 19 Mar 2021 11:26:20 +0000 Subject: Extend direct convolution (F32/F16/QASYMM8) The new function can handle different block sizes (M0, N0) New utility macros have been developed to simplify the work and the future OpenCL kernel development. In particular the work has been done to also consider cases with: - the texture pipe support - dynamic tensor shape support Change-Id: Ife4c64baf07517938bb8ad18e6a5f4579345c40f Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5297 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins --- src/core/CL/CLKernelLibrary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/CL/CLKernelLibrary.cpp') diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp index 14d3a2cad5..726efa3575 100644 --- a/src/core/CL/CLKernelLibrary.cpp +++ b/src/core/CL/CLKernelLibrary.cpp @@ -547,7 +547,7 @@ const std::map CLKernelLibrary::_program_source_map = { "convert_fc_weights.cl", #include "./cl_kernels/convert_fc_weights.clembed" - }, + }, { "convolution_layer.cl", #include "./cl_kernels/convolution_layer.clembed" -- cgit v1.2.1