Learn matrix-matrix multiplication optimization in C++ through progressively optimized DGEMM implementations, from naïve algorithms to AVX-512 and blocked kernels.
education benchmark performance algorithms cpp hpc optimization linear-algebra simd matrix-multiplication high-performance-computing intrinsics avx2 computer-architecture avx512 dgemm loop-unrolling cache-optimization numerical-computing cache-blocking
-
Updated
Jan 15, 2025 - C++