aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernelLibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLKernelLibrary.cpp')
-rw-r--r--src/core/CL/CLKernelLibrary.cpp3
1 files changed, 3 insertions, 0 deletions
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<std::string, std::string> 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" },