17405

OpenCL Library for Parallel Graph Search Algorithms

Christian Fischer
Universitat Innsbruck
University of Innsbruck, 2017

@phdthesis{fischer2017opencl,

   title={OpenCL Library for Parallel Graph Search Algorithms},

   author={Fischer, Christian},

   year={2017}

}

Download Download (PDF)   View View   Source Source   

2768

views

Graphs are a popular data structure to represent large amounts of data and the relationship between them. As serial hardware hits the wall in terms of computation speed, a lot of research has been made recently in parallelizing Graph Search Algorithms such as Breadth First Search or the Single Source Shortest Path Problem hence make them applicable to manycore processors and accelerators such as GPUs. OpenCL offers a framework to write task- and data-parallel programs which execute across heterogenous platforms, thus should be suitable when implementing parallel Algorithms for Graphs. This thesis explains how Breadth First Search, Single Source Shortest Path Problem, All Pair Shortest Path Problem, Transposition of Graph and creating a Topological Order for acyclic Graphs can be parallelized efficiently by looking at the the current research. In addition, a Library with different strategies for each algorithm was implemented in OpenCL. Each Implementation was tested with random generated Graphs on a Intel i5-3570k CPU and a AMD Radeon HD 7900 GPU and their execution time compared. The results showed that GPUs are suitable for processing Graph Search Algorithms.
Rating: 1.8/5. From 3 votes.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: