Static graph challenge on GPU
Static graph challenge on GPU
复制标题
GPU 上的静态图挑战
DOI:
10.1109/hpec.2017.8091034
复制
发表时间:
2017
期刊:
影响因子:
--
通讯作者:
M. Fatica
中科院分区:
文献类型:
--
作者:
M. Bisson;M. Fatica
This paper presents the details of a CUDA implementation of the Subgraph Isomorphism Graph Challenge, a new effort aimed at driving progress in the graph analytics field. challenge consists of two graph analytics: triangle counting and k-truss. We present our CUDA implementation of the graph triangle counting operation and of the k-truss subgraph decomposition. Both implementations share the same codebase taking advantage of a set intersection operation implemented via bitmaps. The analytics are implemented in four kernels optimized for different types of graphs. At runtime, lightweight heuristics are used to select the kernel to run based on the specific graph taken as input.