This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Any plan to release prebuilt CMSIS-NN

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

Parents
  • 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.

Reply
  • 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.

Children
Related