Efficient Sparse Matrix-Vector Multiplication (SpMV) using ModernGPU (MTX + CSR formats). For more details, please see moderngpu 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.
-
Notifications
You must be signed in to change notification settings - Fork 1
neoblizz/spmv
About
Efficient Sparse Matrix-Vector Multiplication (SpMV) using ModernGPU (MTX + CSR formats).