Add CLkernel for Generic Padding (#3428)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 28 Nov 2018 01:34:54 +0000 (07:04 +0530)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 28 Nov 2018 01:34:54 +0000 (10:34 +0900)
commite1694ebb4245e9cd9f574b3acaa010ebb28d5e60
tree0aac1e749422e128ff84b51375db61a0120ca7dc
parent3031131138956ea4431f5af82353f11b1695c908
Add CLkernel for Generic Padding (#3428)

This patch will add cl kernel to execute pad op on GPU

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