Support asynchronous execution (#6314)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 7 Aug 2019 09:44:42 +0000 (18:44 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 7 Aug 2019 09:44:42 +0000 (18:44 +0900)
commit00c8e202cd3c58d984975d11d939ecae4edbaf2a
tree24b94613ca8dbf06d5181b23cc6c67ef9c1df85d
parent762040dba64b0801c80376a5c2fe6a6c7057dabd
Support asynchronous execution (#6314)

- Introduce methods for start execution & wait finish in Execution class to support asynchronous execution
- Add test using introduced methods

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/core/include/exec/Execution.h
runtimes/neurun/core/include/exec/IExecutor.h
runtimes/neurun/core/src/exec/Execution.cc
runtimes/neurun/test/core/exec/ExecInstance.cc