Sciweavers

APPT
2013
Springer

Inference and Declaration of Independence in Task-Parallel Programs

10 years 1 days ago
Inference and Declaration of Independence in Task-Parallel Programs
The inherent difficulty of thread-based shared-memory programming has recently motivated research in high-level, task-parallel programming models. Recent advances of Task-Parallel models add implicit synchronization, where the system automatically detects and satisfies data dependencies among spawned tasks. However, dynamic dependence analysis incurs significant runtime overheads, because the runtime must track task resources and use this information to schedule tasks while avoiding conflicts and races. We present SCOOP, a compiler that effectively integrates static and dynamic analysis in code generation. SCOOP combines context-sensitive points-to, controlflow, escape, and effect analyses to remove redundant dependence checks at runtime. Our static analysis can work in combination with existing dynamic analyses and task-parallel runtimes that use annotations to specify tasks and their memory footprints. We use our static dependence analysis to detect non-conflicting tasks and an...
Foivos S. Zakkak, Dimitrios Chasapis, Polyvios Pra
Added 27 Apr 2014
Updated 27 Apr 2014
Type Journal
Year 2013
Where APPT
Authors Foivos S. Zakkak, Dimitrios Chasapis, Polyvios Pratikakis, Angelos Bilas, Dimitrios S. Nikolopoulos
Comments (0)