puckbee's Stars
KastnerRG/spector
Spector: An OpenCL FPGA Benchmark Suite
eerbil/Code-Selection-For-SpMV-Using-Deep-Learning
Reimplementation of the paper "A Code Selection Mechanism Using Deep Learning" in Python.
AdamBrouwersHarries/sparseharness
A harness/set of harnesses for executing spmv based algorithms from Lift
ryanh3nry/BarrettCUDA
BarrettCUDA is a fast(ish) implementation of finite field sparse matrix-vector multiplication (SpMV) for Nvidia GPU devices, written in CUDA C++. BarrettCUDA supports SpMV for matrices expressed in the 'compressed column storage' (CCS) sparse matrix representation over (i) the field of integers modulo an arbitrary multi-precision prime, or (ii) either of the binary fields GF(2^8) or GF(2^16).
bsampson1/SpMV-CUDA
Implementation of sparse matrix-vector multiplication in CUDA for GPU
kalj/spmv-float-double
sbehera309/OpenMP-SPMV
A Sparse Matrix-Vector Multiplication calculator that is optimized using OpenMP
maltanar/colmajor-spmv-backend
Source code that accompanies the paper "An Energy Efficient Column-Major Backend for FPGA SpMV Accelerators"
ojadaw/SPMV_CSR_TMR
Implementation of the TMR on the Compressed Sparse Row (CSR) format for the SPMV
Yao1993/SpMVWrapper
Wrappers for SpMV interfaces in MKL, CUSP, CUSPARSE and LightSpMV
amonakov/ispm-sparse-lib
CUDA spmv and loosely related code
eerbil/ML-For-Predicting-SpMV-Performance
Reimplementation of the paper "Machine Learning Approach for Predicting The Performance of SpMV on GPU" using CUDA and Python.
mbdriscoll/BenchmarkSpMV
Small suite for benchmarking CUDA SpMV routines.
imperial-summer-research/SpMVDataFlow
aneesh297/Sparse-Matrix-Vector-Multiplication
SpMV using CUDA
fruitfly1026/SpMV-basic
Sahil941/OpenMP-SPMV
A Sparse Matrix-Vector Multiplication calculator that uses parallel computing and is optimized with OpenMP
SerafeimBakalakos/Structural_SpMV
toniau/Parallelizing-SPMV-GPU
Parallelizing sparse matrix vector multiplication on GPU using CUDA
Baltoli/sparse
Small SPMV implementations
erichare/spmv-project
Project on Sparse Matrix-Vector Multiplication for COM S 611 at IAState
aktemur/spmv-benchmarking
ddemidov/block-spmv
conankun/SPMV_PHIL
xiongyy2/spmv_lite
Sparse matrix multiplication from OpenDwarfs
AdamBrouwersHarries/clsparse_spmv
Example use of clsparse's spmv routine, with benchmarking/reporting code
eerbil/spmv-CSR
huangyizhitt/my_spmv
maltanar/spmv-vector-cache
A Vector Caching Scheme for Streaming FPGA SpMV Accelerators
simongdg/Kokkos-SPMV
Sparce Matrix-vector Multiplication program use for Kokkos-tools development