pulp-platform / snitch_cluster

An energy-efficient RISC-V floating-point compute cluster.
https://pulp-platform.github.io/snitch_cluster/
Apache License 2.0
48 stars 46 forks source link

sw: Add DOTP benchmark #151

Closed mp-17 closed 3 months ago

mp-17 commented 3 months ago

And after all the noise around it, I share the implementation of DOTP that I am using. Feel free to check it, fix it if needed, and add further optimizations.

Let me know if there are any mistakes.

NOTE: as of now, the kernel only supports a single cluster.

colluca commented 3 months ago

Thanks @mp-17! I can take it on from here :)