A Hybrid Graph Coloring Algorithm for GPUs

12/03/2019
by   Shanthanu S Rai, et al.
0

Graph algorithms mainly belong to two categories, topology-driven and data-driven. Data-driven approach maintains a worklist of active nodes, the nodes on which work has to be done. Topology-driven approach sweeps over the entire graph to find active nodes. Hybridization is an optimization technique where in each iteration, the computation is done in a topology-driven or data-driven manner based on worklist size. In hybrid implementations, there is a need to switch between topology-driven and data-driven approaches. Typically, a worklist is maintained just in the data-driven part of the algorithm and discarded in the topology-driven part. We propose a variant of hybridization, wherein a worklist is maintained throughout all iterations of the algorithm and still show it to be faster than both, topology-driven and data-driven approaches. We consider a graph coloring algorithm called IPGC (Iterative Parallel Graph Coloring) and implement a hybrid version for the same in a graph domain specific language called IrGL. We observe a mean speedup of 2.13x over a data-driven implementation of IPGC on a suite of 10 large graphs on a NVIDIA GPU.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/30/2021

Parallel Graph Coloring Algorithms for Distributed GPU Environments

Graph coloring is often used in parallelizing scientific computations th...
research
01/25/2021

From Model-driven to Data-driven: A Survey on Active Deep Learning

Which samples should be labelled in a large data set is one of the most ...
research
04/19/2018

Data-Driven Analysis of Pareto Set Topology

When and why can evolutionary multi-objective optimization (EMO) algorit...
research
03/22/2021

D3PI: Data-Driven Distributed Policy Iteration for Homogeneous Interconnected Systems

Control of large-scale networked systems often necessitates the availabi...
research
12/08/2019

The Probabilistic Backbone of Data-Driven Complex Networks: An example in Climate

Correlation Networks (CNs) inherently suffer from redundant information ...
research
06/17/2019

Neurally-Guided Structure Inference

Most structure inference methods either rely on exhaustive search or are...

Please sign up or login with your details

Forgot password? Click here to reset