Skip to content

Sparse-dense matrix-matrix multiplication on GPUs

License

Notifications You must be signed in to change notification settings

hclhkbu/gcoospdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCOOSpDM

Efficient sparse-dense matrix-matrix multiplication on GPUs using the customized sparse storage format

Quick Install

git clone https://github.com/hclhkbu/gcoospdm.git 
cd gcoospdm
git submodule update --init --recursive
cd src
make

Example

After sucessfully compiled, one can try the following example:

./main -sparsity=0.900000 -nRowsA=800 -nRowsB=800 -nColsA=800 -nColsB=800 -algo=gcoospdm

About

Sparse-dense matrix-matrix multiplication on GPUs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published