From a086a0a4ddf1bbe17d532cc30be981b51034311e Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Fri, 16 Feb 2018 12:42:16 +0000 Subject: COMPMID-765 Move direct convolution output stage to the right file Change-Id: Ifb4d27ba05aa618babb79b1f8e95fbfa689c5f3a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/120792 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- 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 4e090debc8..e9ee23f4d7 100644 --- a/src/core/CL/CLKernelLibrary.cpp +++ b/src/core/CL/CLKernelLibrary.cpp @@ -294,7 +294,7 @@ const std::map CLKernelLibrary::_kernel_program_map = { "NV21_to_RGB888_bt709", "color_convert.cl" }, { "NV21_to_RGBA8888_bt709", "color_convert.cl" }, { "NV21_to_YUV444_bt709", "color_convert.cl" }, - { "output_stage_quantized", "depthwise_convolution_quantized.cl" }, + { "output_stage_quantized", "direct_convolution_1x1_3x3_5x5_quantized.cl" }, { "permute_201", "permute.cl" }, { "permute_120", "permute.cl" }, { "permute_3201", "permute.cl" }, -- cgit v1.2.1