王远山
王远山
> 如果是testsig.py的签名方式,需要root @lu229 你好,感谢您的答复。 请问对于在DSP上运行MACE推理,使用testsig.py给手机签名这一步是必须的吗?我之前测试使用的三台手机:三星S10、小米9和一加8T,都没有签名过。结果是三星S10可以正常推理,小米9和一加8T不行。
> 编译的时候链接的是一个空的libOpenCL.so,不能拷到手机上用的,你这边是什么流程使用的? 你好,我这边是想在手机的GPU上跑bolt的推理,目前CPU可以跑通,但是GPU不知道怎么跑起来,应该链接哪个libOpenCL.so?
> Late but, incase anyone comes across this: linking to GLFW as a shared library, and making the Engine and the Dll link to it the same way fixed the...
> @paulwgw88 how to call SetHexagonToUnsignedPD() before creating mace engine? I need to test dsp functionality on Poco f3(SM8250). Would please elaborate more on that? Here is my code: std::shared_ptr...
AndroidManifest.xml里面添加 `` https://developer.android.google.cn/guide/topics/manifest/uses-native-library-element?hl=zh-cn
Android API 31以后,xml里面要额外配置uses-native-library,这样APP才能链接到系统的libOpenCL.so。 https://developer.android.google.cn/guide/topics/manifest/uses-native-library-element?hl=zh-cn