An optimized matrix multiplication library in C employing blocking, multithreading (POSIX threads), and SIMD (AVX) vectorization. It benchmarks algorithms against OpenBLAS and includes a theoretical appendix detailing the iterative optimization process.
-
Updated
Dec 21, 2024 - C