Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 636 Bytes

README.md

File metadata and controls

49 lines (42 loc) · 636 Bytes

RoDe

A Row Decomposition-based Approach for Sparse Matrix Multiplication on GPUs


Download dataset

Download small dataset, only contains 6 matrices

cd script
./download_data_small.sh

Download all evaluated matrices

cd script
./download_data_1.sh

Compile

mkdir build
cd build
cmake ..
make

Evaluate

Evaluate ASpT

mkdir result
cd script
./ASpT_eval.sh

Evaluate others

cd script
./_eval.sh

Profile

cd script
sudo ./prof_spmm

Then, the profiled data is in result dir, and it can be opened by Nvidia Nsight compute.