[onert] Simplify NPU execution with blocking runNPU_model#16413
[onert] Simplify NPU execution with blocking runNPU_model#16413hseok-oh merged 1 commit intoSamsung:masterfrom
Conversation
Replace multi-step NPU request workflow with single blocking API call. This change removes the complex threading mechanism used to handle submitNPU_request timeout and thread-safety issues. ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
|
The workaround is no longer required for |
|
It can optimize model inference time by removing this workaround (~200 us on Cortex-A72 @1.8GHz)
|
|
Sorry for the late reply. |
Yes, there's no hanging issue with the latest version of trix-engine. |
Replace multi-step NPU request workflow with single blocking API call.
This change removes the complex threading mechanism used to handle submitNPU_request timeout and thread-safety issues.
ONE-DCO-1.0-Signed-off-by: Jonghwa Lee jonghwa3.lee@samsung.com