We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Distributed, Parallel, and Cluster Computing

Title: Efficient and High-quality Sparse Graph Coloring on the GPU

Abstract: Graph coloring has been broadly used to discover concurrency in parallel computing. To speedup graph coloring for large-scale datasets, parallel algorithms have been proposed to leverage modern GPUs. Existing GPU implementations either have limited performance or yield unsatisfactory coloring quality (too many colors assigned). We present a work-efficient parallel graph coloring implementation on GPUs with good coloring quality. Our approach employs the speculative greedy scheme which inherently yields better quality than the method of finding maximal independent set. In order to achieve high performance on GPUs, we refine the algorithm to leverage efficient operators and alleviate conflicts. We also incorporate common optimization techniques to further improve performance. Our method is evaluated with both synthetic and real-world sparse graphs on the NVIDIA GPU. Experimental results show that our proposed implementation achieves averaged 4.1x (up to 8.9x) speedup over the serial implementation. It also outperforms the existing GPU implementation from the NVIDIA CUSPARSE library (2.2x average speedup), while yielding much better coloring quality than CUSPARSE.
Comments: arXiv admin note: text overlap with arXiv:1205.3809 by other authors
Subjects: Distributed, Parallel, and Cluster Computing (cs.DC)
Journal reference: Concurrency and Computation: Practice and Experience, Volume 29, Issue 10, 2017
DOI: 10.1002/cpe.4064
Cite as: arXiv:1606.06025 [cs.DC]
  (or arXiv:1606.06025v2 [cs.DC] for this version)

Submission history

From: Xuhao Chen [view email]
[v1] Mon, 20 Jun 2016 09:23:25 GMT (652kb,D)
[v2] Fri, 17 Jan 2020 22:27:48 GMT (611kb,D)

Link back to: arXiv, form interface, contact.