From 27400b90a9cb3fe028c5b724b58ce0e82d89b5e8 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Thu, 1 Nov 2018 13:44:05 +0000 Subject: COMPMID-1707: Create 3 special CLWidthConcatenate kernel to concatenate 2/4 and 8 tensors (Part 1) Creating special cases for concatening 2 and 4 tensors. Change-Id: I6a739a494ae45011acb65369e353f9ef96970b90 --- src/core/CL/CLKernelLibrary.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/CL/CLKernelLibrary.cpp') diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp index b9b3ce970b..847236925a 100644 --- a/src/core/CL/CLKernelLibrary.cpp +++ b/src/core/CL/CLKernelLibrary.cpp @@ -182,6 +182,8 @@ const std::map CLKernelLibrary::_kernel_program_map = { "combine_gradients_L2", "canny.cl" }, { "concatenate_depth", "concatenate.cl" }, { "concatenate_width", "concatenate.cl" }, + { "concatenate_width_x2", "concatenate.cl" }, + { "concatenate_width_x4", "concatenate.cl" }, { "convolution_rectangle", "convolution_rectangle.cl" }, { "col2im", "col2im.cl" }, { "convert_depth_down", "depth_convert.cl" }, -- cgit v1.2.1