English

How Fast Can Graph Computations Go on Fine-grained Parallel Architectures

Distributed, Parallel, and Cluster Computing 2025-07-02 v1 Hardware Architecture

Abstract

Large-scale graph problems are of critical and growing importance and historically parallel architectures have provided little support. In the spirit of co-design, we explore the question, How fast can graph computing go on a fine-grained architecture? We explore the possibilities of an architecture optimized for fine-grained parallelism, natural programming, and the irregularity and skew found in real-world graphs. Using two graph benchmarks, PageRank (PR) and Breadth-First Search (BFS), we evaluate a Fine-Grained Graph architecture, UpDown, to explore what performance codesign can achieve. To demonstrate programmability, we wrote five variants of these algorithms. Simulations of up to 256 nodes (524,288 lanes) and projections to 16,384 nodes (33M lanes) show the UpDown system can achieve 637K GTEPS PR and 989K GTEPS BFS on RMAT, exceeding the best prior results by 5x and 100x respectively.

Keywords

Cite

@article{arxiv.2507.00949,
  title  = {How Fast Can Graph Computations Go on Fine-grained Parallel Architectures},
  author = {Yuqing Wang and Charles Colley and Brian Wheatman and Jiya Su and David F. Gleich and Andrew A. Chien},
  journal= {arXiv preprint arXiv:2507.00949},
  year   = {2025}
}

Comments

13 pages, 11 figures, 6 tables

R2 v1 2026-07-01T03:41:57.093Z