Implementing NotEqual op in runtime (#3515)
authorSiva Sai Vaddipati/System SW /SRI-Bangalore/Engineer/삼성전자 <siva.sai@samsung.com>
Thu, 15 Nov 2018 01:10:01 +0000 (06:40 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 15 Nov 2018 01:10:01 +0000 (10:10 +0900)
commit08fa249b52ef51ee84c79451b52ce50e52dccf94
treec71d58d78436f15b9361b5a0a8e553199fa7f6d6
parent80a4c8fb820797563902efed81a60310bb4a43ae
Implementing NotEqual op in runtime (#3515)

This commit implements the CL version of NotEqual op.
Related issues: #3335, #3337

Signed-off-by: Siva Sai <siva.sai@samsung.com>
libs/ARMComputeEx/arm_compute/core/CL/kernels/CLNotEqualKernel.h [new file with mode: 0644]
libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLNotEqual.h [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
libs/ARMComputeEx/src/core/CL/cl_kernels/notequal.cl [new file with mode: 0644]
libs/ARMComputeEx/src/core/CL/kernels/CLNotEqualKernel.cpp [new file with mode: 0644]
libs/ARMComputeEx/src/runtime/CL/functions/CLNotEqual.cpp [new file with mode: 0644]
runtimes/pure_arm_compute/src/compilation.cc