PureACL handles operators that generate no kernel (e.g. CONCATENATION) (#2437)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Thu, 23 Aug 2018 10:42:55 +0000 (19:42 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 23 Aug 2018 10:42:55 +0000 (19:42 +0900)
commit4c3d9e2161e4749fa8ac40173fe506eef442225c
tree7ce2b2761ee752ae789e2c1884cc2bbce6cbd6bd
parentc05a0659fd90f7990439e8e729cba0d2e32236fc
PureACL handles operators that generate no kernel (e.g. CONCATENATION) (#2437)

Related Issue: #2431

Dummy stage instance is added for `CONCATENATION` because Profiler assumes
every op inserts a stage.

The output will not show `CONCATENATION` slot because it is based on
runtime execution event. There was no event for `CONCATENATION` at runtime.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc