ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.33k stars 1.08k forks source link

Will CMSIS DSP/NN lib support ARMv8.1-M Architecture? #758

Closed tsaiyenting closed 4 years ago

tsaiyenting commented 4 years ago

Hi, Since Armv8.1-M Architecture might have significant performance uplift for machine learning and digital signal processing applications, will CMSIS DSP/NN library have AarmV8.1-M version?

Regards

christophe0606 commented 4 years ago

@tsaiyenting It is already the case and we are uploading new 8.1M implementations of the algorithms periodically. It is of course a work in progress.

tsaiyenting commented 4 years ago

Thanks for your reply. Excuse me for asking: Is there an expected schedule?

christophe0606 commented 4 years ago

@tsaiyenting We do as quickly as we can. Today we have (for DSP) most of the functions. FilteringFunctions are not yet finished. TransformFunctions will come next.

tsaiyenting commented 4 years ago

Thanks for your reply. Look forward to your update :)