aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernelLibrary.cpp
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2019-08-28 17:55:07 +0100
committerGiorgio Arena <giorgio.arena@arm.com>2019-10-01 09:29:33 +0000
commit5c4a8e96460eb83a6caef1c69ea5cbb4893858d7 (patch)
treee9d78cf087455995434f29bae070e5f7a9dda292 /src/core/CL/CLKernelLibrary.cpp
parent04ea4e88af1bdf9cf34436f7302c73e15f7bd4a5 (diff)
downloadComputeLibrary-5c4a8e96460eb83a6caef1c69ea5cbb4893858d7.tar.gz
COMPMID-2592 Create a new kernel for CLPad with SYMMETRIC and REFLECT mode
Change-Id: Icaf0516f490b2ddca6d1ea03a5cf26cc7d43041f Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Reviewed-on: https://review.mlplatform.org/c/1872 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'src/core/CL/CLKernelLibrary.cpp')
-rw-r--r--src/core/CL/CLKernelLibrary.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index a5e75df8be..978e35fef6 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -413,7 +413,8 @@ const std::map<std::string, std::string> CLKernelLibrary::_kernel_program_map =
{ "NV21_to_RGBA8888_bt709", "color_convert.cl" },
{ "NV21_to_YUV444_bt709", "color_convert.cl" },
{ "output_stage_quantized", "direct_convolution_1x1_3x3_5x5_quantized.cl" },
- { "pad_layer", "pad_layer.cl" },
+ { "pad_layer_constant", "pad_layer.cl" },
+ { "pad_layer_symmetric_reflect", "pad_layer.cl" },
{ "permute", "permute.cl" },
{ "pixelwise_mul_complex", "pixelwise_mul_float.cl" },
{ "pixelwise_mul_float", "pixelwise_mul_float.cl" },