Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 255 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 255 Bytes

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