summaryrefslogtreecommitdiff
path: root/runtimes/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12Introduce BUILD_LOGGING option (#4679)박종현/On-Device Lab(SR)/Staff Engineer/삼성전자1-2/+2
This commit introduces BUILD_LOGGING option which allows users to enable/disable logging runtime build, and updates CMakeLists.txt to use it instead of OBS_BUILD. Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
2018-12-18Move generated test into tests directory (#4090)오형석/On-Device Lab(SR)/Staff Engineer/삼성전자1-7/+0
Move generated test in runtimes/tests to tests/runtime directory Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
2018-12-06Remove template runtime (#3845)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자1-1/+0
Remove experimental template runtime in runtimes/template Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
2018-10-16[cherry-pick] Remove unused module on gbs build (#2755) (#3157)오형석/동작제어Lab(SR)/Staff Engineer/삼성전자1-2/+4
Remove unused module on gbs build - tools (except nnapi_test) - benchmark - contrib - template & logging in runtime Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
2018-07-19Remove legacy runtime dependency (#2025)이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자1-6/+0
This commit removes all the legacy runtime dependency from repo Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
2018-07-19[neurun] Rename build variables (#1997)이한종/동작제어Lab(SR)/Engineer/삼성전자1-3/+3
Rename build variables - BUILD_NEW_RUNTIME to BUILD_NEURUN - LIB_NEW_RUNTIME to LIB_NEURUN Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
2018-07-18[neurun] Rename `new_runtime` to `neurun` (#1994)이한종/동작제어Lab(SR)/Engineer/삼성전자1-2/+2
As we discussed from #1954, changing the name to `neurun`. Note that it is `neurun`, not `neuron`. Resolves #1987 Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
2018-07-09Remove test build from newruntime build (#1903)이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자1-1/+0
There is link error when building runtime_run_android_nn_test with new runtime. Before fixing all buld error by newruntime, disable runtime_run_android_nn_test. Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
2018-07-09link runtime_run_android_nn_test to nnapi_puer_arm_compute (#1901)이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자1-1/+6
this commit adds link runtime_run_android_nn_test to nnapi_puer_arm_compute, which is missing now. Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
2018-07-05[CMake] Extract building runtime test as a param (#1870)이한종/동작제어Lab(SR)/Engineer/삼성전자1-2/+8
Before `add_subdirectory(tests)` was called twice if we run both two runtimes which causes cmake error. Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
2018-05-24Introduce new runtime based on pure_acl_runtime (#1325)김수진/동작제어Lab(SR)/Engineer/삼성전자1-0/+6
Related : #1306 This commit introduces new runtime based on pure_acl_runtime. When the implementation of this runtime is done, we can replace the current `nn` runtime. Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
2018-05-11Use NeuralNetworks.h instead of nnapi.h (#1176)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자1-1/+0
For issue #980 This patch replaces use of nnapi.h with NeuralNetworks.h. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
2018-04-27Rename src as runtimes (#956)서상민/동작제어Lab(SR)/Senior Engineer/삼성전자1-0/+10
For issue #831 and #925 This patch renames `src` as `runtimes`. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>