Skip to content

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

License

Notifications You must be signed in to change notification settings

adhithadias/matrix-multiply

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Various implementations of matrix and vector multiplications

Folders contain C/C++/Cuda implementations of their respective code

  1. To run the program
  2. cd into the folder
  3. run make to build the project
  4. 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published