Add CL kernel to provide GPU support for SpaceToDepth op (#3134)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Fri, 19 Oct 2018 01:08:32 +0000 (06:38 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 19 Oct 2018 01:08:32 +0000 (10:08 +0900)
commit991af617a89e32878ac1c69ade813a6c841e5fee
tree0bd69eb9653d48fe37c94f891a6e3292f9d3d9bb
parent60dd744669c623a2bb3029f1b274027bab89fc86
Add CL kernel to provide GPU support for SpaceToDepth op (#3134)

This patch will provide kernel to execute SpaceToDepth op on GPU

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLSpaceToDepthKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLSpaceToDepth.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/space_to_depth.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLSpaceToDepthKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLSpaceToDepth.cpp [new file with mode: 0644]