Abstract
Connected component identification is a fundamental problem in graph analytics, serving as a basis for subsequent computations in a wide range of applications. To determine connectivity, several parallel algorithms, whose complexity is proportional to the number of edges or graph diameter, have been proposed. However, an optimal algorithm may extract graph components by working proportionally to the number of vertices, which can be orders of magnitude lower than the number of edges. We propose Afforest: An extension of the Shiloach-Vishkin connected components algorithm that approaches optimal work efficiency by processing subgraphs in each iteration. We prove the convergence of the algorithm, analyze its work efficiency characteristics, and provide further techniques to speed up processing graphs containing a huge component. Designed with modern parallel architectures in mind, we show that the algorithm exhibits higher memory locality than existing methods. Using both synthetic and real-world graphs, we demonstrate that Afforest achieves speedups of up to 67x over the state-of-The-Art on multi-core CPUs (Broadwell, POWER8) and up to 23x on GPUs (Pascal).
Original language | English |
---|---|
Title of host publication | Proceedings - 2018 IEEE 32nd International Parallel and Distributed Processing Symposium, IPDPS 2018 |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 12-21 |
Number of pages | 10 |
ISBN (Print) | 9781538643686 |
DOIs | |
State | Published - 3 Aug 2018 |
Event | 32nd IEEE International Parallel and Distributed Processing Symposium, IPDPS 2018 - Vancouver, Canada Duration: 21 May 2018 → 25 May 2018 |
Publication series
Name | Proceedings - 2018 IEEE 32nd International Parallel and Distributed Processing Symposium, IPDPS 2018 |
---|
Conference
Conference | 32nd IEEE International Parallel and Distributed Processing Symposium, IPDPS 2018 |
---|---|
Country/Territory | Canada |
City | Vancouver |
Period | 21/05/18 → 25/05/18 |
Bibliographical note
Publisher Copyright:© 2018 IEEE.
Keywords
- Connected Components
- Graph Algorithms
- Parallel Algorithms