Are there any plans to include CMSIS-NN libraries in the SDK?
If so when?
If not, what build flags should I use to get the fastest runtime?
Thanks,
Quinn
Are there any plans to include CMSIS-NN libraries in the SDK?
If so when?
If not, what build flags should I use to get the fastest runtime?
Thanks,
Quinn
Hey Quinn,
We do not have any plans to release prebuilt CMSIS-NN libraries.
If not, what build flags should I use to get the fastest runtime?
I don't think any compiler can optimize the CMSIS libraries more than they already are as they are "handcrafted" by ARM engineers. This is at least true for DSP and such. I think you should direct the last question to ARM themselves as we do not have any experience with the NN library.
Cheers,
Håkon.
Hey Quinn,
We do not have any plans to release prebuilt CMSIS-NN libraries.
If not, what build flags should I use to get the fastest runtime?
I don't think any compiler can optimize the CMSIS libraries more than they already are as they are "handcrafted" by ARM engineers. This is at least true for DSP and such. I think you should direct the last question to ARM themselves as we do not have any experience with the NN library.
Cheers,
Håkon.
Thank you