Oopenvela-robotAlgorithm compilation adaptation
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
cmsis-nn: optimize build with configurable optimization level Replace hardcoded CFLAGS with configurable CMSIS_OPTIMIZATION_LEVEL (default: -Ofast for maximum performance). Add -fomit-frame-pointer to free the frame pointer register, providing more registers for inline assembly. This enables full utilization of Cortex-M55's MVE + FPU to accelerate NN operators. Signed-off-by: Xie Lin <xielin3@xiaomi.com> | 2 个月前 | |
cmsis: add CMakeLists.txt for cmsis Signed-off-by: guliangzeng <guliangzeng@xiaomi.com> | 2 个月前 | |
Kconfig: Make indent consistent with TABS | 2 个月前 | |
build/Kconfig: fix warnings detected by kconfiglib Signed-off-by: chao an <anchao@xiaomi.com> | 2 个月前 | |
tflm: compile Cadence HiFi 4 Neural Network Library Signed-off-by: guliangzeng <guliangzeng@xiaomi.com> | 2 个月前 | |
Algorithm compilation adaptation Replace specific path names with BES_DDK to enhance scalability. Signed-off-by: shaoboan <shaoboan@bestechnic.com> | 2 个月前 | |
Add support for NNabla C Runtime This is a runtime library for inference Neural Network created by Neural Network Libraries. Project git: https://github.com/sony/nnabla-c-runtime It is almost independent from external libraries(depends on C standard math library) and is written in Pure C (C99). It has been developed with priority over readability rather than performance, making it ideal for learning and porting. It adopts an extensible architecture, and you can use the function you implemented yourself as necessary for applications that need performance. Project license : Apache 2.0 License https://github.com/sony/nnabla-c-runtime/blob/master/LICENSE Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
mlearning/CMakeLists: include subdirectory to ensure ML module could be compile Signed-off-by: chao an <anchao@lixiang.com> | 2 个月前 | |
Add support for NNabla C Runtime This is a runtime library for inference Neural Network created by Neural Network Libraries. Project git: https://github.com/sony/nnabla-c-runtime It is almost independent from external libraries(depends on C standard math library) and is written in Pure C (C99). It has been developed with priority over readability rather than performance, making it ideal for learning and porting. It adopts an extensible architecture, and you can use the function you implemented yourself as necessary for applications that need performance. Project license : Apache 2.0 License https://github.com/sony/nnabla-c-runtime/blob/master/LICENSE Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
Add support for NNabla C Runtime This is a runtime library for inference Neural Network created by Neural Network Libraries. Project git: https://github.com/sony/nnabla-c-runtime It is almost independent from external libraries(depends on C standard math library) and is written in Pure C (C99). It has been developed with priority over readability rather than performance, making it ideal for learning and porting. It adopts an extensible architecture, and you can use the function you implemented yourself as necessary for applications that need performance. Project license : Apache 2.0 License https://github.com/sony/nnabla-c-runtime/blob/master/LICENSE Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 |