From 881c6842eadf2d2fd4578b9f62ee6238a83cad65 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 27 Feb 2019 14:26:51 +0000 Subject: COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL -- Part II Change-Id: I036558d832c697da1fe9ea04ada0df38dc793914 Signed-off-by: giuros01 Reviewed-on: https://review.mlplatform.org/c/923 Comments-Addressed: Arm Jenkins Reviewed-by: Gian Marco Iodice Tested-by: Arm Jenkins --- src/core/CL/CLKernelLibrary.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/CL/CLKernelLibrary.cpp') diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp index 31e9a8acf5..cf6d4c9843 100644 --- a/src/core/CL/CLKernelLibrary.cpp +++ b/src/core/CL/CLKernelLibrary.cpp @@ -488,6 +488,9 @@ const std::map CLKernelLibrary::_kernel_program_map = { "winograd_filter_transform_4x4_5x5_nhwc", "winograd_filter_transform.cl" }, { "winograd_filter_transform_4x1_5x1_nhwc", "winograd_filter_transform.cl" }, { "winograd_filter_transform_1x4_1x5_nhwc", "winograd_filter_transform.cl" }, + { "winograd_filter_transform_2x2_7x7_nhwc", "winograd_filter_transform.cl" }, + { "winograd_filter_transform_2x1_7x1_nhwc", "winograd_filter_transform.cl" }, + { "winograd_filter_transform_1x2_1x7_nhwc", "winograd_filter_transform.cl" }, { "winograd_input_transform_2x2_3x3_stepz1_nchw", "winograd_input_transform.cl" }, { "winograd_input_transform_2x2_3x3_stepz2_nchw", "winograd_input_transform.cl" }, { "winograd_input_transform_2x1_3x1_stepz1_nchw", "winograd_input_transform.cl" }, -- cgit v1.2.1