From 3bfacb24a9b6eced921027fd1c1e3cb3757db9c7 Mon Sep 17 00:00:00 2001 From: giuros01 Date: Mon, 1 Apr 2019 12:07:02 +0100 Subject: COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL - Part III Change-Id: I7ebf09cc12fb117834faf88cdd556d2a66eacf07 Signed-off-by: giuros01 Reviewed-on: https://review.mlplatform.org/c/926 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gian Marco Iodice --- 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 cf6d4c9843..4fa8ac4142 100644 --- a/src/core/CL/CLKernelLibrary.cpp +++ b/src/core/CL/CLKernelLibrary.cpp @@ -527,6 +527,9 @@ const std::map CLKernelLibrary::_kernel_program_map = { "winograd_output_transform_4x4_5x5_nhwc", "winograd_output_transform.cl" }, { "winograd_output_transform_4x1_5x1_nhwc", "winograd_output_transform.cl" }, { "winograd_output_transform_1x4_1x5_nhwc", "winograd_output_transform.cl" }, + { "winograd_output_transform_2x2_7x7_nhwc", "winograd_output_transform.cl" }, + { "winograd_output_transform_2x1_7x1_nhwc", "winograd_output_transform.cl" }, + { "winograd_output_transform_1x2_1x7_nhwc", "winograd_output_transform.cl" }, { "yolo_layer_nchw", "yolo_layer.cl" }, { "yolo_layer_nhwc", "yolo_layer.cl" }, { "YUYV422_to_IYUV_bt709", "color_convert.cl" }, -- cgit v1.2.1