Skip to content

eliazonta/SpMV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpMV

Sequential build

CUDA build

Sequential and parallel (GPU based) implementation of a Sparse Matrix Vector Multiplication using (Compressed Sparse Row (CSR) matrix format.

Sequential execution

make sequential
./bin/SpMV-SEQ <iterations> <print mode [1 default, 2 view data info]> <file path>

Parallel execution

make parallel
./bin/SpMV-CUDA <threads num> <iterations> <print mode [1 default, 2 view data info]> <file path>

TODO LIST

  • ⚠️ IMPORTANT more tests on my GPU (working on my Mac M1 rn🥲)
  • more performances evaluation
  • CUDA workflow

About

Sequential and parallel (GPU based) implementation of a Sparse Matrix Vector Multiplication using (Compressed Sparse Row (CSR) matrix format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors