An open API service indexing awesome lists of open source software.

https://github.com/csvancea/matrix-multiply

Assignment: optimize memory/cache accesses as much as possible for a matrix multiplication. The optimized approach is then compared to BLAS (dedicated library for vector and matrix operations)
https://github.com/csvancea/matrix-multiply

cache matrix-multiplication optimizations

Last synced: 4 months ago
JSON representation

Assignment: optimize memory/cache accesses as much as possible for a matrix multiplication. The optimized approach is then compared to BLAS (dedicated library for vector and matrix operations)

Awesome Lists containing this project