/graph_partition

graph_partition

Primary LanguageCuda

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

python test.py