提交 9c75da69 编写于 作者: 李寅

Add hexagon dsp faq

上级 37269759
...@@ -50,3 +50,14 @@ Why is the UI getting poor responsiveness when running model with GPU runtime? ...@@ -50,3 +50,14 @@ Why is the UI getting poor responsiveness when running model with GPU runtime?
Try to set `limit_opencl_kernel_time` to `1`. If still not resolved, try to Try to set `limit_opencl_kernel_time` to `1`. If still not resolved, try to
modify the source code to use even smaller time intervals or changed to CPU modify the source code to use even smaller time intervals or changed to CPU
or DSP runtime. or DSP runtime.
Why is MACE not working on DSP?
------------------------------------------------------------------------------
Running models on Hexagon DSP need a few prerequisites for DSP developers:
* You need make sure SOCs of your phone is manufactured by Qualcomm and has HVX supported.
* You need a phone that disables secure boot (once enabled, cannot be reversed, so you probably can only get that type phones from manufacturers)
* You need sign your phone by using testsig provided by Qualcomm. (Download Qualcomm Hexagon SDK first, plugin your phone to PC, run scripts/testsig.py)
* You need install Hexagon nnlib backend by following nnlib README (https://github.com/XiaoMi/nnlib).
Then, there you go. You can run Mace on Hexagon DSP.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册