Optimizing Graph Processing on GPUs

Wenyong Zhong,Jianhua Sun,Hao Chen,Jun Xiao,Zhiwen Chen,Chang Cheng,Xuanhua Shi
DOI: https://doi.org/10.1109/tpds.2016.2611659
IF: 5.3
2017-01-01
IEEE Transactions on Parallel and Distributed Systems
Abstract:Distributed vertex-centric model has been recently proposed for large-scale graph processing. Due to the simple but efficient programming abstraction, similar graph computing frameworks based on GPUs are gaining more and more attention. However, prior works of GPU-based graph processing suffer from load imbalance and irregular memory access because of the inherent characteristics of graph applications. In this paper, we propose a generalized graph computing framework for GPUs to simplify existing models but with higher performance. In particular, two novel algorithmic optimizations, lightweight approximate sorting and data layout transformation, are proposed to tackle the performance issues of current systems. With extensive experimental evaluation under a wide range of real world and synthetic workloads, we show that our system can achieve 1.6 $\times$ to 4.5 $\times$ speedups over the state-of-the-art.
What problem does this paper attempt to address?