Hacker News
- Beating cuBLAS in Single-Precision General Matrix Multiplication https://salykova.github.io/sgemm-gpu 8 comments
- Beating NumPy matrix multiplication in 150 lines of C https://salykova.github.io/matmul-cpu 81 comments
Lobsters
- Beating NumPy’s matrix multiplication in 150 lines of C code https://salykova.github.io/matmul-cpu 2 comments c , math , performance
- Beating OpenBLAS and MKL in 150 lines of C Code: A Tutorial on High-Performance Matrix Multiplication https://salykova.github.io/matmul-cpu 2 comments c_programming
- Beating OpenBLAS and MKL in 150 lines of C Code: A Tutorial on High-Performance Matrix Multiplication https://salykova.github.io/matmul-cpu 7 comments programming
- Beating NumPy's matrix multiplication in 150 lines of C code https://salykova.github.io/matmul-cpu 62 comments programming