Skip to main content
eScholarship
Open Access Publications from the University of California

UC Davis

UC Davis Previously Published Works bannerUC Davis

Gunrock: A High-Performance Graph Processing Library on the GPU

Abstract

For large-scale graph analytics on the GPU, the irregularity of dataaccess/control flow and the complexity of programming GPUs have been twosignificant challenges for developing a programmable high-performance graphlibrary. "Gunrock," our high-level bulk-synchronous graph-processing systemtargeting the GPU, takes a new approach to abstracting GPU graph analytics:rather than designing an abstraction around computation, Gunrock insteadimplements a novel data-centric abstraction centered on operations ona vertex or edge frontier. Gunrock achieves a balance between performance andexpressiveness by coupling high-performance GPU computing primitives andoptimization strategies with a high-level programming model that allowsprogrammers to quickly develop new graph primitives with small code size andminimal GPU programming knowledge. We evaluate Gunrock on five graphprimitives (BFS, BC, SSSP, CC, and PageRank) and show that Gunrock has onaverage at least an order of magnitude speedup over Boost and PowerGraph,comparable performance to the fastest GPU hardwired primitives, and betterperformance than any other GPU high-level graph library.

Many UC-authored scholarly publications are freely available on this site because of the UC's open access policies. Let us know how this access is important for you.

Main Content
For improved accessibility of PDF content, download the file to your device.
Current View