An investigation into high performance sparse matrix-matrix multiplication (MMM).
To investigate optimization of sparse matrix multiplicaiton I created custom randomized CSR and COO format matrices in C to be used in both serial and multithreaded multiplication functions. The results of my implementation and optimizations can be seen in EC527_Final_Report.pdf.