A real-world matrix (1138_bus.mtx) is used to benchmark performance across different execution models. ├── CMakeLists.txt ├── include/ │ ├── csr_matrix.hpp │ ├── csr_operations.hpp │ └── ...
Abstract: The performance of sparse matrix vector multiplication (SpMV) is important to computational scientists. Compressed sparse row (CSR) is the most frequently used format to store sparse ...