Skip to content

ShunyangLi/tc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triangle counting on gpu sample code

Compile

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

Run

./build/tc --graph data/ucidata-zachary/out.ucidata-zachary --gpu 0

About

triangle counting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published