| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CUDA Sparse-Matrix Vector Multiplication using the Sliced Coordinate format (and others in cusp)
prep: to partition the input matrix, store the partitioned matrix in binary for faster access
spmv: perform spmv with prepared files from prep
cusp: SpMV using cusp library matrix formats
./prep matrix=./samples/test.mtx datatype=float ./spmv matrix=./samples/test.mtx datatype=float vector=./samples/vector.txt outfile=/tmp/output
Required:
Optional:
If you use this software for a publication, please cite: https://dl.acm.org/citation.cfm?id=2562941
@article{dang2013cuda,
title={{CUDA}-enabled Sparse Matrix--Vector Multiplication on {GPUs} using atomic operations},
author={Dang, Hoang-Vu and Schmidt, Bertil},
journal={Parallel Computing},
volume={39},
number={11},
pages={737--750},
year={2013},
publisher={Elsevier}
}
| Back | FazBrowse Home | New Git URL |