Skip to content

Mrphase/cuSPARSE-based-transitice-closure-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuSPARSE-based-transitice-closure

prepare data

image

./text_to_bin.bin ./toy_graph/mc2depi.mtx 1 0

the first number '1' means we want to reverse the edge, the second number '0' means the number of lins we want to skip

compile

nvcc -o kernel.out kernel2.cu -std=c++11 -lcusparse -O3

run

./kernel.out delaunay_n14.txt_beg_pos.bin delaunay_n14.txt_csr.bin delaunay_n14.txt_weight.bin 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors