1642

Fast minimum spanning tree for large graphs on the GPU

Vibhav Vineet, Pawan Harish, Suryakant Patidar, P. J. Narayanan
Center for Visual Information Technology, International Institute of Information Technology, Hyderabad, India
In HPG ’09: Proceedings of the Conference on High Performance Graphics 2009 (2009), pp. 167-171

@conference{vineet2009fast,

   title={Fast minimum spanning tree for large graphs on the gpu},

   author={Vineet, V. and Harish, P. and Patidar, S. and Narayanan, PJ},

   booktitle={Proceedings of the Conference on High Performance Graphics 2009},

   pages={167–171},

   year={2009},

   organization={ACM}

}

Download Download (PDF)   View View   Source Source   

2345

views

Graphics Processor Units are used for many general purpose processing due to high compute power available on them. Regular, data-parallel algorithms map well to the SIMD architecture of current GPU. Irregular algorithms on discrete structures like graphs are harder to map to them. Efficient data-mapping primitives can play crucial role in mapping such algorithms onto the GPU. In this paper, we present a minimum spanning tree algorithm on Nvidia GPUs under CUDA, as a recursive formulation of Boruvka’s approach for undirected graphs. We implement it using scalable primitives such as scan, segmented scan and split. The irregular steps of supervertex formation and recursive graph construction are mapped to primitives like split to categories involving vertex ids and edge weights. We obtain 30 to 50 times speedup over the CPU implementation on most graphs and 3 to 10 times speedup over our previous GPU implementation. We construct the minimum spanning tree on a 5 million node and 30 million edge graph in under 1 second on one quarter of the Tesla S1070 GPU.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: