owensgroup / csgm

CUDA implementation of seeded graph matching
5 stars 1 forks source link

csgm

CUDA seeded graph matching (SGM) implementation.

Currently, only tested on undirected, unweighted graphs.

Usage

git clone --recursive https://github.com/owensgroup/csgm

See run.sh for usage.

Todo