VGL: a high-performance graph processing framework for the NEC SX-Aurora TSUBASA vector architecture

Ilya V. Afanasyev, Vladimir V. Voevodin, Kazuhiko Komatsu, Hiroaki Kobayashi

Research output: Contribution to journalArticlepeer-review

6 Citations (Scopus)

Abstract

Developing efficient graph algorithms implementations is an extremely important problem of modern computer science, since graphs are frequently used in various real-world applications. Graph algorithms typically belong to the data-intensive class, and thus using architectures with high-bandwidth memory potentially allows to solve many graph problems significantly faster compared to modern multicore CPUs. Among other supercomputer architectures, vector systems, such as the SX family of NEC vector supercomputers, are equipped with high-bandwidth memory. However, the highly irregular structure of many real-world graphs makes it extremely challenging to implement graph algorithms on vector systems, since these implementations are usually bulky and complicated, and a deep understanding of vector architectures hardware features is required. This paper presents the world first attempt to develop an efficient and simultaneously simple graph processing framework for modern vector systems. Our vector graph library (VGL) framework targets NEC SX-Aurora TSUBASA as a primary vector architecture and provides relatively simple computational and data abstractions. These abstractions incorporate many vector-oriented optimization strategies into a high-level programming model, allowing quick implementation of new graph algorithms with a small amount of code and minimal knowledge about features of vector systems. In this paper, we evaluate the VGL performance on four widely used graph processing problems: breadth-first search, single source shortest paths, connected components, and page rank. The provided comparative performance analysis demonstrates that the VGL-based implementations achieve significant acceleration over the existing high-performance frameworks and libraries: up to 14 times speedup over multicore CPUs (Ligra, Galois, GAPBS) and up to 3 times speedup compared to NVIDIA GPU (Gunrock, NVGRAPH) implementations.

Original languageEnglish
Pages (from-to)8694-8715
Number of pages22
JournalJournal of Supercomputing
Volume77
Issue number8
DOIs
Publication statusPublished - 2021 Aug

Keywords

  • Graph algorithms
  • Graph frameworks
  • High-performance computing
  • NEC SX-Aurora TSUBASA
  • Vector processing
  • VGL

Fingerprint

Dive into the research topics of 'VGL: a high-performance graph processing framework for the NEC SX-Aurora TSUBASA vector architecture'. Together they form a unique fingerprint.

Cite this