Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neoblizz/spmv

Efficient Sparse Matrix-Vector Multiplication (SpMV) using ModernGPU (MTX + CSR formats).
https://github.com/neoblizz/spmv

csr cuda gpgpu load-balancing mtx spmv

Last synced: 3 days ago
JSON representation

Efficient Sparse Matrix-Vector Multiplication (SpMV) using ModernGPU (MTX + CSR formats).

Awesome Lists containing this project

README

        

# Load-Balanced Sparse Matrix-Vector Multiplication (SpMV)
Efficient Sparse Matrix-Vector Multiplication (SpMV) using ModernGPU (MTX + CSR formats).
For more details, please see [moderngpu](https://github.com/moderngpu/moderngpu/wiki/Load-balancing-search#sparse-matrix--vector)
for more details. This repository is a simple wrapper around moderngpu's implementation with
support for loading matrix market format (MTX) using compressed sparse row (CSR) format.