Parallel Graph Traversals using Work-Stealing Frameworks for Many-core Platforms
スポンサーリンク
概要
- 論文の詳細を見る
Parallel programming/execution frameworks for many/multi-core platforms should support as many applications as possible. In general, work-stealing frameworks provide efficient load balancing even for irregular parallel applications. Unfortunately, naïve parallel programs which traverse graph-based data structures (e.g., for constructing spanning trees) cause stack overflow or unacceptable load imbalance. In this study, we develop parallel programs to perform probabilistically balanced divide-and-conquer graph traversals. We propose a programming technique for accumulating overflowed calls for the next iteration of repeated parallel stages. In an emerging backtracking-based work-stealing framework called “Tascell, ” which features on-demand concurrency, we propose a programming technique for long-term exclusive use of workspaces, leading to a similar technique also in the Cilk framework.
著者
-
UMATANI SEIJI
Graduate School of Informatics, Kyoto University
-
Yuasa Taiichi
Graduate School of Informatics, Kyoto University
-
Yasugi Masahiro
Graduate School of Informatics, Kyoto University
-
Hiraishi Tasuku
Academic Center for Computing and Media Studies, Kyoto University
関連論文
- Parallel Graph Traversals using Work-Stealing Frameworks for Many-core Platforms
- Parallel Graph Traversals using Work-Stealing Frameworks for Many-core Platforms
- SEAN: Support Tool for Detecting Rule Violations in JNI Coding
- SEAN: Support Tool for Detecting Rule Violations in JNI Coding