MindSpore Lite Use

View Source On Gitee


Q: What are the limitations of NPU?

A: Currently NPU only supports system ROM version EMUI>=11. Chip support includes Kirin 9000, Kirin 9000E, Kirin 990, Kirin 985, Kirin 820, Kirin 810, etc. For specific constraints and chip support, please see: https://developer.huawei.com/consumer/en/doc/development/hiai-Guides/mapping-relationship-0000001052830507#EN-US_TOPIC_0000001052830507__section94427279718


Q: Why does the static library after cutting with the cropper tool fail to compile during integration?

A: Currently the cropper tool only supports CPU libraries, that is, -e CPU is specified in the compilation command. For details, please refer to Use clipping tool to reduce library file size document.


Q: Will MindSpore Lite run out of device memory, when running model?

A: Currently the MindSpore Lite built-in memory pool has a maximum capacity limit 3GB. If a model is bigger than 3GB, MindSpore Lite will throw error.