Information and Media Technologies
Online ISSN : 1881-0896
ISSN-L : 1881-0896
Computing
Parallel Graph Traversals using Work-Stealing Frameworks for Many-core Platforms
Masahiro YasugiTasuku HiraishiSeiji UmataniTaiichi Yuasa
著者情報
ジャーナル フリー

2012 年 7 巻 1 号 p. 73-84

詳細
抄録

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.

著者関連情報
© 2012 Information Processing Society of Japan
前の記事 次の記事
feedback
Top