You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different matrix multiply implementations using C/C++. Versions include naive matrix multiply, tiled matrix multiply, matrix multiply using openmp, matrix multiply using mpi, matrix multiply using cuda
Various implementations of matrix and vector multiplications
Folders contain C/C++/Cuda implementations of their respective code
To run the program
cd into the folder
run make to build the project
execute the individual executables.
About
Different matrix multiply implementations using C/C++. Versions include naive matrix multiply, tiled matrix multiply, matrix multiply using openmp, matrix multiply using mpi, matrix multiply using cuda