Litcius/Paper detail

Accelerating Triangle Counting on GPU

Lin Hu, Lei Zou, Yu Liu

202137 citationsDOI

Abstract

Triangle counting is an important problem in graph mining, which has achieved great performance improvement on GPU in recent years. Instead of proposing a new GPU triangle counting algorithm, in this paper, we propose a novel lightweight graph preprocessing method to boost many state-of-the-art GPU triangle counting algorithms without changing their implementations and data structures. Specifically, we find common computing patterns in existing algorithms, and abstract two analytic models to measure how workload imbalance and diversity in these computing patterns affect performance exactly. Then, due to the NP-hardness of the model optimization, we propose approximate solutions by determining edge directions to balance workloads and reordering vertices to maximize the degree of parallelism within GPU blocks. Finally, extensive experiments confirm the significant performance improvement and high usability of our approach.

Topics & Concepts

Computer sciencePreprocessorWorkloadParallel computingGraphCUDAUsabilityImplementationTheoretical computer scienceAlgorithmArtificial intelligenceProgramming languageHuman–computer interactionOperating systemGraph Theory and AlgorithmsData Management and AlgorithmsAdvanced Graph Neural Networks
Accelerating Triangle Counting on GPU | Litcius