aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernelLibrary.cpp
diff options
context:
space:
mode:
authorshubham <shub98.gupta@samsung.com>2019-01-07 21:37:55 +0530
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-01-08 16:27:21 +0000
commite1a4e37ac266324de366401f2bda459b011a4869 (patch)
tree60881f6ce7af53f0286a1313f1998d10643051eb /src/core/CL/CLKernelLibrary.cpp
parentd33fe343103edbea4fb1cf6121c49caef36ff379 (diff)
downloadComputeLibrary-e1a4e37ac266324de366401f2bda459b011a4869.tar.gz
Implementation of Permute CL kernel to handle all permutations
This patch will add a generic permute cl-kernel to handle all permutations available for tensors having rank upto 4. Change-Id: I50eb555d9d45d5ad5f7fa9b0a3862dd17551d458 Signed-off-by: shubham <shub98.gupta@samsung.com> Reviewed-on: https://review.mlplatform.org/449 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com>
Diffstat (limited to 'src/core/CL/CLKernelLibrary.cpp')
-rw-r--r--src/core/CL/CLKernelLibrary.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index 2bc2d06827..905a34a509 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -368,9 +368,7 @@ 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" },
- { "permute_201", "permute.cl" },
- { "permute_120", "permute.cl" },
- { "permute_3201", "permute.cl" },
+ { "permute", "permute.cl" },
{ "pixelwise_mul_float", "pixelwise_mul_float.cl" },
{ "pixelwise_mul_int", "pixelwise_mul_int.cl" },
{ "pixelwise_mul_quantized", "pixelwise_mul_int.cl" },