Mrphase / graph_partition

graph_partition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

graph_partition


Languages

Language:Cuda 47.5%Language:C++ 45.8%Language:Python 4.4%Language:Makefile 1.6%Language:C 0.8%