Proceedings of the 14th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming 2009
DOI: 10.1145/1504176.1504187
|View full text |Cite
|
Sign up to set email alerts
|

Backtracking-based load balancing

Abstract: High-productivity languages for parallel computing become more important as parallel environments including multicores become more common. Cilk is such a language. It provides good load balancing for many applications including irregular ones; that is, it keeps all workers busy by creating plenty of "logical" threads and adopting the oldest-first work stealing strategy. This paper proposes a "logical thread"-free framework called Tascell, which achieves a higher performance and supports a wider range of parall… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

1
36
0

Year Published

2012
2012
2023
2023

Publication Types

Select...
4
3

Relationship

1
6

Authors

Journals

citations
Cited by 42 publications
(37 citation statements)
references
References 18 publications
1
36
0
Order By: Relevance
“…The Tascell framework [4], [12] consists of a compiler for an extended C language, called the Tascell language, and a runtime system for parallel computations.…”
Section: Overviewmentioning
confidence: 99%
See 3 more Smart Citations
“…The Tascell framework [4], [12] consists of a compiler for an extended C language, called the Tascell language, and a runtime system for parallel computations.…”
Section: Overviewmentioning
confidence: 99%
“…Applications having this property are often implemented using taskparallel languages, such as X10 [1], Cilk [2], Intel Cilk Plus [3], and Tascell [4], that allow tasks to be dynamically spawned such that they are automatically assigned to workers, that is, parallel threads and/or processes, so that a worker has an exclusive set of subtrees as its task set.…”
Section: Introductionmentioning
confidence: 99%
See 2 more Smart Citations
“…Tascell [13] is a parallel programming framework. It includes a multithreaded library and languages.…”
Section: Related Workmentioning
confidence: 99%