tum-ei-eda / muriscv-nn

muRISCV-NN is a collection of efficient deep learning kernels for embedded platforms and microcontrollers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible Targets

fpedd opened this issue · comments

There are a number of academic vector cores out there:

Low Power / Embedded

Application Level


On the commercial side, we have the following:

Commercial IP Cores:

Actual Hardware:


General Notes

The larger vector cores probably compare to ARM's Scalable Vector Extension (SVE, aka Neon), while the smaller vector cores appear to target a similar domain as ARM's embedded vector extension for Cortex-M microcontroller (MVE, aka Helium). This is also the vector extension used in CMSIS-NN. However, the only core with MVE appears to be the Cortex-M55. And there are, to this date, no open performance numbers available.
ARM's DSP extension for Cortex-M can be compared to RISC-V's packed extension.

Closing as outdated