tinyengine icon indicating copy to clipboard operation
tinyengine copied to clipboard

Platform-independent operation

Open lzlwakeup opened this issue 2 years ago • 1 comments

Hi team, Some questions are bothering me. When I use code generation, arm dependent code is automatically generated, "depthwise_kernel3x3_stride1_inplace_CHW_fpreq.c", "#include "arm_nnsupportfunctions.h" //TODO: remove this in the future for self-contained" This header file is included NN component of CMSIS, and generated code contains these arm dependencies. If I'm testing a demo on windows or linux, this bothers me, because I need to build a simulation environment to test. I clearly know that using third-party libraries will speed up operational calculations, but I want to keep things simple. So is there an implementation that platform independent or does not require third-party library?

I am looking forward to your reply.

lzlwakeup avatar Feb 25 '23 05:02 lzlwakeup

Hi @lzlwakeup,

TinyEngine is originally target for ARMv7E-M ISA, but we are aware of the importance of platform-independent implementation for the potentials to support different ISAs. We already have this in our long-term road map, so please stay tuned!

meenchen avatar Feb 27 '23 21:02 meenchen