Traversing Large Graphs on GPUs with Unified Memory
Summary: Evaluates BFS on large graphs with unified memory, pinpointing slowdowns from host-memory access and irregular data patterns. Proposes HALO (Harmonic Locality Ordering), an offline pre-processing step for static graphs that yields 1.5x-1.9x speedups and ties locality ordering to graph compression via recursive bisection. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Prasun Gera (Georgia Institute of Technology)
- 2. Hyojong Kim (Georgia Institute of Technology)
- 3. Piyush Sao (Oak Ridge National Laboratory)
- 4. Hyesoon Kim (Georgia Institute of Technology)
- 5. David Bader (New Jersey Institute of Technology)
BibTeX Citation
@article{gera_vldb20,
title = {{Traversing Large Graphs on GPUs with Unified Memory}},
author = {Gera, Prasun and Kim, Hyojong and Sao, Piyush and Kim, Hyesoon and Bader, David},
journal = {PVLDB},
series = {{VLDB} '20},
volume = {13},
number = {7},
pages = {1119--1133},
doi = {10.14778/3384345.3384358},
url = {https://doi.org/10.14778/3384345.3384358},
year = {2020}
}
Incoming Citations (Sorted by Pagerank)
Showing 9 of 9 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 1,234 | Large Graph Convolutional Network Training with GPU-Oriented Data Communication Architecture | 2021 | VLDB | 0.00011549432 |
| 5,075 | CGgraph: An Ultra-fast Graph Processing System on Modern Commodity CPU-GPU Co-processor | 2024 | VLDB | 6.3740128e-05 |
| 5,480 | EMOGI: Efficient Memory-access for Out-of-memory Graph-traversal in GPUs | 2021 | VLDB | 6.2040237e-05 |
| 5,612 | Cache-Efficient Fork-Processing Patterns on Large Graphs | 2021 | SIGMOD | 6.1501992e-05 |
| 6,408 | CompressGraph: Efficient Parallel Graph Analytics with Rule-Based Compression | 2023 | SIGMOD | 5.8842681e-05 |
| 6,630 | Efficient Training of Graph Neural Networks on Large Graphs | 2024 | VLDB | 5.8192133e-05 |
| 7,491 | Self-adaptive Graph Traversal on GPUs | 2021 | SIGMOD | 5.6059269e-05 |
| 8,230 | TOD: GPU-accelerated Outlier Detection via Tensor Operations | 2023 | VLDB | 5.4619615e-05 |
| 10,950 | Efficient Graph Data Access for Out-of-Memory GPU Streaming Graph Processing | 2025 | VLDB | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 3 of 3 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 211 | EmptyHeaded: A Relational Engine for Graph Processing | 2016 | SIGMOD | 0.00024797217 |
| 1,511 | Speedup Graph Processing by Graph Ordering | 2016 | SIGMOD | 0.00010538011 |
| 2,112 | Speeding Up Set Intersections in Graph Algorithms using SIMD Instructions | 2018 | SIGMOD | 9.1514258e-05 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 11,087 | Towards Sufficient GPU-accelerated Dynamic Graph Management: Survey and Experiment | 2025 | VLDB |
| 2 | 1,511 | Speedup Graph Processing by Graph Ordering | 2016 | SIGMOD |
| 3 | 4,171 | Accelerating Dynamic Graph Analytics on GPUs | 2018 | VLDB |
| 4 | 5,075 | CGgraph: An Ultra-fast Graph Processing System on Modern Commodity CPU-GPU Co-processor | 2024 | VLDB |
| 5 | 1,911 | Fast Iterative Graph Computation with Block Updates | 2013 | VLDB |
| 6 | 2,607 | GPU-Accelerated Subgraph Enumeration on Partitioned Graphs | 2020 | SIGMOD |
| 7 | 2,874 | iBFS: Concurrent Breadth-First Search on GPUs | 2016 | SIGMOD |
| 8 | 5,480 | EMOGI: Efficient Memory-access for Out-of-memory Graph-traversal in GPUs | 2021 | VLDB |
| 9 | 7,491 | Self-adaptive Graph Traversal on GPUs | 2021 | SIGMOD |
| 10 | 4,157 | GPU-based Graph Traversal on Compressed Graphs | 2019 | SIGMOD |