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.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index 12944061a9..6e5e97e3e1 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -410,6 +410,7 @@ const std::map<std::string, std::string> CLKernelLibrary::_kernel_program_map =
{ "tablelookup_S16", "tablelookup.cl" },
{ "threshold_binary", "threshold.cl" },
{ "threshold_range", "threshold.cl" },
+ { "tile", "tile.cl" },
{ "transpose", "transpose.cl" },
{ "UYVY422_to_IYUV_bt709", "color_convert.cl" },
{ "UYVY422_to_NV12_bt709", "color_convert.cl" },
@@ -849,6 +850,10 @@ const std::map<std::string, std::string> CLKernelLibrary::_program_source_map =
#include "./cl_kernels/threshold.clembed"
},
{
+ "tile.cl",
+#include "./cl_kernels/tile.clembed"
+ },
+ {
"transpose.cl",
#include "./cl_kernels/transpose.clembed"
},