From 3175fcf63249673f33fd1638879adad4baab545b Mon Sep 17 00:00:00 2001 From: giuros01 Date: Wed, 21 Nov 2018 09:59:17 +0000 Subject: COMPMID-1720: CL: Implement Tile Change-Id: I2a18f0acea382960a8bc71a8f56928a5998f0dd6 --- src/core/CL/CLKernelLibrary.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/CL/CLKernelLibrary.cpp') 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 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" }, @@ -847,6 +848,10 @@ const std::map CLKernelLibrary::_program_source_map = { "threshold.cl", #include "./cl_kernels/threshold.clembed" + }, + { + "tile.cl", +#include "./cl_kernels/tile.clembed" }, { "transpose.cl", -- cgit v1.2.1