Rename gather implementation in arm-compute-ex (#6388)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 8 Aug 2019 08:55:46 +0000 (17:55 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 8 Aug 2019 08:55:46 +0000 (17:55 +0900)
commit318bd9c07cfd1e2472926d536f5e0fccb1631cde
tree421b4636bed08d3bfe1fb221259ced7bc290432f
parent28ac548ffbde237ef9b9482f0cefa7a60ffcd768
Rename gather implementation in arm-compute-ex (#6388)

Rename CLGather and CLGatherKernel to CLGatherEx and CLGatherExKernel because acl 19.05 already have same name layer & kernel

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/libs/ARMComputeEx/CMakeLists.txt
runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherExKernel.h [moved from runtimes/libs/ARMComputeEx/arm_compute/core/CL/kernels/CLGatherKernel.h with 80% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/CLFunctionsEx.h
runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGatherEx.h [moved from runtimes/libs/ARMComputeEx/arm_compute/runtime/CL/functions/CLGather.h with 88% similarity]
runtimes/libs/ARMComputeEx/arm_compute/runtime/misc/functions/GenericGather.h
runtimes/libs/ARMComputeEx/src/core/CL/CLKernelLibrary.cpp
runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/gather_ex.cl [moved from runtimes/libs/ARMComputeEx/src/core/CL/cl_kernels/gather.cl with 98% similarity]
runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLGatherExKernel.cpp [moved from runtimes/libs/ARMComputeEx/src/core/CL/kernels/CLGatherKernel.cpp with 91% similarity]
runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLGatherEx.cpp [moved from runtimes/libs/ARMComputeEx/src/runtime/CL/functions/CLGather.cpp with 60% similarity]