Add unified CL Kernels for Binary LOGICAL OPS (AND & OR) (#3752)
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Thu, 6 Dec 2018 00:56:50 +0000 (06:26 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 6 Dec 2018 00:56:50 +0000 (09:56 +0900)
commit2b0051d53aae4d3e9586007dbeff839001d38db9
tree6e797738724caf67e27c2feb231d0ae4dcd733fe
parent75c321929be906c1d06bf07b3d533b134f3c3dc1
Add unified CL Kernels for Binary LOGICAL OPS (AND & OR) (#3752)

This issue tracks the implementation of unified CL Kernels for Binary LOGICAL OPS (AND & OR).

Unified CL kernel can be implemented.

This patch is an implementation of unified CL Kernel for Binary LOGICAL OPS (AND & OR).

Signed-off-by: prasannar <prasanna.r@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLBinaryLogicalOpKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLBinaryLogicalOp.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/binary_logical_op.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLBinaryLogicalOpKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLBinaryLogicalOp.cpp [new file with mode: 0644]