Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
97 tokens/sec
GPT-4o
53 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
4 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Gunrock: GPU Graph Analytics (1701.01170v1)

Published 4 Jan 2017 in cs.DC

Abstract: For large-scale graph analytics on the GPU, the irregularity of data access and control flow, and the complexity of programming GPUs, have presented two significant challenges to developing a programmable high-performance graph library. "Gunrock", our graph-processing system designed specifically for the GPU, uses a high-level, bulk-synchronous, data-centric abstraction focused on operations on a vertex or edge frontier. Gunrock achieves a balance between performance and expressiveness by coupling high performance GPU computing primitives and optimization strategies with a high-level programming model that allows programmers to quickly develop new graph primitives with small code size and minimal GPU programming knowledge. We characterize the performance of various optimization strategies and evaluate Gunrock's overall performance on different GPU architectures on a wide range of graph primitives that span from traversal-based algorithms and ranking algorithms, to triangle counting and bipartite-graph-based algorithms. The results show that on a single GPU, Gunrock has on average at least an order of magnitude speedup over Boost and PowerGraph, comparable performance to the fastest GPU hardwired primitives and CPU shared-memory graph libraries such as Ligra and Galois, and better performance than any other GPU high-level graph library.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (11)
  1. Yangzihao Wang (7 papers)
  2. Yuechao Pan (5 papers)
  3. Andrew Davidson (5 papers)
  4. Yuduo Wu (3 papers)
  5. Carl Yang (130 papers)
  6. Leyuan Wang (15 papers)
  7. Muhammad Osama (18 papers)
  8. Chenshan Yuan (1 paper)
  9. Weitang Liu (14 papers)
  10. Andy T. Riffel (1 paper)
  11. John D. Owens (36 papers)
Citations (106)

Summary

We haven't generated a summary for this paper yet.