Skip to content

yuang-chen/Spaden-ICPP24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmap-Based SpMV with Tensor Cores

I encountered some issues during the publication process and mistakenly submitted a draft that contains numerous typos. Please find the correct version of the paper here. Sorry for any inconvenience.

How to build

Cmake and CUDA are required. Modification to the CMakeLists.txt files may be necessary, e.g. to change GPU architecture.

Instructions:

  1. Download the source code into a folder e.g. Spaden.
  2. Inside Spaden and command:

mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j && cd ..

How to run

For testing Spaden, the executable accepts graphs formatted in mtx or binary csr.

examples

  1. Run with input file

./build/examples/spmv_float -i /input/path

./build/examples/spmv_half -i /input/path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published