An Efficient Implementation of a Subgraph Isomorphism Algorithm for GPUs

被引:0
|
作者
Bonnici, Vincenzo [1 ]
Giugno, Rosalba [1 ]
Bombieri, Nicola [1 ]
机构
[1] Univ Verona, Dipartimento Informat, Str Grazie 15, I-37134 Verona, Italy
关键词
Subgraph isomorphism; Graph search; Parallel computing; GPU; CUDA; GRAPH; NETWORK;
D O I
暂无
中图分类号
TP39 [计算机的应用];
学科分类号
081203 ; 0835 ;
摘要
The subgraph isomorphism problem is a computational task that applies to a wide range of today's applications, ranging from the understanding of biological networks to the analysis of social networks. Even though different implementations for CPUs have been proposed to improve the efficiency of such a graph search algorithm, they have shown to be bounded by the intrinsic sequential nature of the algorithm. More recently, graphics processing units (GPUs) have become widespread platforms that provide massive parallelism at low cost. Nevertheless, parallelizing any efficient and optimized sequential algorithm for subgraph isomorphism on many-core architectures is a very challenging task. This article presents GRASS, a parallel implementation of the subgraph isomorphism algorithm for GPUs. Different strategies are implemented in GRASS to deal with the space complexity of the graph searching algorithm, the potential workload imbalance, and the thread divergence involved by the non-homogeneity of actual graphs. The paper presents the results obtained on several graphs of different sizes and characteristics to understand the efficiency of the proposed approach.
引用
收藏
页码:2674 / 2681
页数:8
相关论文
共 50 条