Graph-Based Substructure Pattern Mining Using CUDA Dynamic Parallelism.

Wang Fei,Dong Jianqiang,Yuan Bo
DOI: https://doi.org/10.1007/978-3-642-41278-3_42
2013-01-01
Abstract: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. © 2013 Springer-Verlag.
What problem does this paper attempt to address?