Abstract
Due to increasingly large datasets, graph analytics-traversals, allpairs shortest path computations, centrality measures, etc.-are becoming the focus of high-performance computing (HPC). Because HPC is currently dominated by many-core architectures (both CPUs and GPUs), new graph processing solutions have to be defined to efficiently use such computing resources. Prior work focuses on platform-specific performance studies and on platform-specific algorithm development, successfully proving that algorithms highly tuned to GPUs or multi-core CPUs can provide high performance graph analytics. However, the portability of such algorithms remains an important concern for many users, especially the many companies without the resources to invest in HPC or concerned about lock-in in single-use parallel techniques. In this work, we investigate the functional portability and performance of graph analytics algorithms. We conduct an empirical study measuring the performance of 3 graph analytics algorithms (a single code implemented in OpenCL and targeted at many-core CPUs and GPUs), on 3 different platforms, using 11 real-world and synthetic datasets. Our results show that the code is functionally portable, that is, the applications can run unchanged on both CPUs and GPUs. The large variation in their observed performance indicates that portability is necessary not only for productivity, but, surprisingly, also for performance. We conjecture that the impact of datasets on performance is too high to allow platform-specific algorithms to outperform the portable algorithms by large margins, in all cases. Our conclusion is that portable parallel graph analytics is feasible without significant performance loss, and provides a productive alternative to the expensive trial-and-error selection of one algorithm for each (graph,platform) pair.
Original language | English |
---|---|
Title of host publication | Proceedings of the 6th ACM/SPEC International Conference on Performance Engineering, Austin, TX, USA, January 31 - February 4, 2015 |
Publisher | Association for Computing Machinery, Inc |
Pages | 277-287 |
Number of pages | 11 |
ISBN (Electronic) | 9781450332484 |
DOIs | |
Publication status | Published - 28 Jan 2015 |
Externally published | Yes |
Event | 6th ACM/SPEC International Conference on Performance Engineering, ICPE 2015 - Austin, United States Duration: 31 Jan 2015 → 4 Feb 2015 |
Conference
Conference | 6th ACM/SPEC International Conference on Performance Engineering, ICPE 2015 |
---|---|
Country/Territory | United States |
City | Austin |
Period | 31/01/15 → 4/02/15 |
Keywords
- GPU
- Many-core processors
- Multi-core processors
- OpenCL
- Parallel graph analytics
- Portability