ciccio42 / GSI

GPU-friendly Subgraph Isomorphism, published in ICDE 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GSI

GPU-friendly Subgraph Isomorphism

We target at a one-to-one mapping at a time, the query graph is small(vertices less than 100), while the data graph can be very large. (but all can be placed in GPU's global memory)


Dataset

NOTICE: we add 1 to labels for both vertex and edge, to ensure the label is positive!

see data/readme and data/*.g


Publication

Li Zeng, Lei Zou, M. Tamer Özsu, Lin Hu, Fan Zhang. GSI: GPU-friendly Subgraph Isomorphism. International Conference on Data Engineering, 2020.


Others

My implementation of GunrockSM, GpSM, and GPU utilities.

About

GPU-friendly Subgraph Isomorphism, published in ICDE 2020

License:GNU General Public License v3.0


Languages

Language:Cuda 53.7%Language:C++ 30.5%Language:Shell 11.5%Language:Makefile 3.5%Language:C 0.6%Language:GAP 0.3%