Add CL kernel to provide GPU support for DepthToSpace op (#3166)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Fri, 19 Oct 2018 00:48:07 +0000 (06:18 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 19 Oct 2018 00:48:07 +0000 (09:48 +0900)
commit50fb69f361c2a78a761e5271ca112ce5e2922e6e
tree4032277e0d45a01f03d95437e7824a8cd439add7
parent59b0c871620694ff45f30861cacf95d9ed4afc37
Add CL kernel to provide GPU support for DepthToSpace op (#3166)

This patch will provide kernel to execute DepthToSpace op on GPU

Signed-off-by: shubham <shub98.gupta@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLDepthToSpaceKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLDepthToSpace.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/depth_to_space.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLDepthToSpaceKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLDepthToSpace.cpp [new file with mode: 0644]
runtimes/pure_arm_compute/src/compilation.cc