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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index aba20448e7..40aceb702a 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -351,6 +351,8 @@ const std::map<std::string, std::string> CLKernelLibrary::_kernel_program_map =
{ "warp_affine_bilinear", "warp_affine.cl" },
{ "warp_perspective_nearest_neighbour", "warp_perspective.cl" },
{ "warp_perspective_bilinear", "warp_perspective.cl" },
+ { "winograd_input_transform_2x2_3x3_stepz1_nchw", "winograd.cl" },
+ { "winograd_input_transform_2x2_3x3_stepz2_nchw", "winograd.cl" },
{ "YUYV422_to_IYUV_bt709", "color_convert.cl" },
{ "YUYV422_to_NV12_bt709", "color_convert.cl" },
{ "YUYV422_to_RGB888_bt709", "color_convert.cl" },
@@ -676,6 +678,10 @@ const std::map<std::string, std::string> CLKernelLibrary::_program_source_map =
"warp_perspective.cl",
#include "./cl_kernels/warp_perspective.clembed"
},
+ {
+ "winograd.cl",
+#include "./cl_kernels/winograd.clembed"
+ },
#endif /* EMBEDDED_KERNELS */
};