SkillAgentSearch skills...

RoDe

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

Install / Use

/learn @CRAFT-THU/RoDe
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated2mo ago
Forks3

Languages

C++

Security Score

75/100

Audited on Dec 28, 2025

No findings