Skip to content

Implementation of Sparse Matrix-Vector multiplication in C and OpenMP for highly parallel many-core architectures

License

Notifications You must be signed in to change notification settings

hsnamr/spmv-omp-phi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spmv-omp-phi

Implementation of Sparse-Matrix Vector Multiplication (SpMV) in C and OpenMP for highly parallel architectures such as Intel Xeon Phi

Currently supports the following sparse storage formats:

  1. CRS aka CSR
  2. CCS aka CSC
  3. BCRS aka BCSR
  4. ELL aka ELLPack format

Desired formats to add support to (no timeline maybe never):

  1. COO
  2. HYB (COO+ELL)
  3. ELL_A similar to ELL except with variable length rows

About

Implementation of Sparse Matrix-Vector multiplication in C and OpenMP for highly parallel many-core architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages