aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/ClKernelLibrary.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/ClKernelLibrary.cpp')
-rw-r--r--src/core/gpu/cl/ClKernelLibrary.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/gpu/cl/ClKernelLibrary.cpp b/src/core/gpu/cl/ClKernelLibrary.cpp
index b0458d7c3a..9d516e54a7 100644
--- a/src/core/gpu/cl/ClKernelLibrary.cpp
+++ b/src/core/gpu/cl/ClKernelLibrary.cpp
@@ -397,8 +397,10 @@ const std::map<std::string, std::string> ClKernelLibrary::_kernel_program_map =
{ "reduction_operation_y", "reduction_operation.cl" },
{ "reduction_operation_z", "reduction_operation.cl" },
{ "reduction_operation_w", "reduction_operation.cl" },
- { "remap_nearest_neighbour", "remap.cl" },
- { "remap_bilinear", "remap.cl" },
+ { "remap_nearest_neighbour_nchw", "remap.cl" },
+ { "remap_bilinear_nchw", "remap.cl" },
+ { "remap_nearest_neighbour_nhwc", "remap.cl" },
+ { "remap_bilinear_nhwc", "remap.cl" },
{ "reorg_layer_nchw", "reorg_layer.cl" },
{ "reorg_layer_nhwc", "reorg_layer.cl" },
{ "reshape_layer", "reshape_layer.cl" },