Install arm_compute_XXX and libnueralnetworks.so on pure_arm_compute … (#1393)
author이춘석/동작제어Lab(SR)/Senior Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 29 May 2018 01:25:00 +0000 (10:25 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Tue, 29 May 2018 01:25:00 +0000 (10:25 +0900)
commit3198f52e5c00b8129e93b3c3ad29e16d278777fa
tree51e42445bd1b2b3da1568ac1608697818ae56c96
parentfb6456ee1c0477d8a145366bc3840a876d180819
Install arm_compute_XXX and libnueralnetworks.so on pure_arm_compute … (#1393)

* Install arm_compute_XXX and libnueralnetworks.so on pure_arm_compute build

1. On pure_arm_compute runtime build, install arm_compute_XXX.so into lib
2. DO NOT build NN Runtime if BUILD_ACL=ON

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
* Add option BUILD_PURE_ARM_COMPUTE and change install dir

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
* Remove `BUILD_NN_RUNTIME` option off

Since pure_acl_compute runtime is installed to lib/pureacl, we do not need turn
off option BUILD_NN_RUNTIME.

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
* Apply suggestion

In summary,
1. install arm_compute_xxx to lib
2. install libnn.so to lib/pureacl

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
CMakeLists.txt
externals/acl.cmake
runtimes/pure_arm_compute/CMakeLists.txt