Matrix Multiplication Comparison

Source Code

A comparison of O(N^3) and O(N^2.81) matrix multiplication algorithms. Parallel implementations are written with OpenMP and CUDA. CPU: Intel(R) Xeon (R) 6148, 80 Cores @ 2.40GHz GPU: Nvidia Tesla K80, 2496 Cuda Cores Compilers: GCC 8.5.0, NVCC 10.1.243