Skip to content

Implementation of triangle counting for Graphcore IPU

Notifications You must be signed in to change notification settings

argonne-lcf/tc-ipu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

tc-ipu

Implementation of triangle counting for Graphcore IPU

Compile:

g++ --std=c++17 -O3 -Wall -fopenmp -w tc_final.cc -lpoplar -lpopops -lpoplin -lpoputil -o tc

Run triangle counting on a Kronecker graph of size 2^12 on 8 IPUs:

sbatch --ipus=8 --output=report.o investigate.sh 12

About

Implementation of triangle counting for Graphcore IPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages