Stop Thinking, Just Do!

Sungsoo Kim's Blog

MapGraph

tagsTags

21 December 2015


MapGraph: A High Level API for Fast Development of High Performance Graph Analytics on GPUs

  • Authors: Zhisong Fu, Michael Personick, Bryan Thompson ()SYSTAP, LLC)
  • ACM SIGMOD International Conference on Management of Data, 2014

BibTeX

@article{fumapgraph,
   title={MapGraph: A High Level API for Fast Development of High Performance Graph Analytics on GPUs},
   author={Fu, Zhisong and Personick, Michael and Thompson, Bryan}
}

Download Download (PDF)   View View   Source Source   Source
codes Source codes

Package:

MapGraph: Massively Parallel Graph processing on GPUs

High performance graph analytics are critical for a long list of application domains. In recent years, the rapid advancement of many-core processors, in particular graphical processing units (GPUs), has sparked a broad interest in developing high performance parallel graph programs on these architectures. However, the SIMT architecture used in GPUs places particular constraints on both the design and implementation of the algorithms and data structures, making the development of such programs difficult and time-consuming. We present MapGraph, a high performance parallel graph programming framework that delivers up to 3 billion Traversed Edges Per Second (TEPS) on a GPU. MapGraph provides a high-level abstraction that makes it easy to write graph programs and obtain good parallel speedups on GPUs. To deliver high performance, MapGraph dynamically chooses among different scheduling strategies depending on the size of the frontier and the size of the adjacency lists for the vertices in the frontier. In addition, a Structure Of Arrays (SOA) pattern is used to ensure coalesced memory access. Our experiments show that, for many graph analytics algorithms, an implementation, with our abstraction, is up to two orders of magnitude faster than a parallel CPU implementation and is comparable to state-of-the-art, manually optimized GPU implementations. In addition, with our abstraction, new graph analytics can be developed with relatively little effort.

Tags: Computer science, CUDA, nVidia, Algorithms, Graph theory, Package, Tesla K20


comments powered by Disqus