A Row Decomposition-based Approach for Sparse Matrix Multiplication on GPUs
Download small dataset, only contains 6 matrices
cd script
./download_data_small.sh
Download all evaluated matrices
cd script
./download_data_1.sh
mkdir build
cd build
cmake ..
make
Evaluate ASpT
mkdir result
cd script
./ASpT_eval.sh
Evaluate others
cd script
./_eval.sh
cd script
sudo ./prof_spmm
Then, the profiled data is in result dir, and it can be opened by Nvidia Nsight compute.