Graph-Based Substructure Pattern Mining Using CUDA Dynamic Parallelism
Intelligent Computing Lab, Division of Informatics, Graduate School at Shenzhen, Tsinghua University, Shenzhen 518055, P.R. China
14th International Conference on Intelligent Data Engineering and Automated Learning, 2013
@article{wang2013graph,
title={Graph-Based Substructure Pattern Mining Using CUDA Dynamic Parallelism},
author={Wang, Fei and Dong, Jianqiang and Yuan, Bo},
year={2013}
}
CUDA is an advanced massively parallel computing platform that can provide high performance computing power at much more affordable cost. In this paper, we present a parallel graph-based substructure pattern mining algorithm using CUDA Dynamic Parallelism. The key contribution is a parallel solution to traversing the DFS (Depth First Search) code tree. Furthermore, we implement a parallel frequent subgraph mining algorithm based on the subgraph mining techniques used in gSpan and the entire subgraph mining procedure is executed on GPU to ensure high efficiency. This parallel gSpan is functionally identical to the original gSpan and experiment results show that, with the latest CUDA Dynamic Parallelism techniques, significant speedups can be achieved on benchmark datasets, particularly in traversing a DFS code tree.
July 27, 2013 by hgpu