Analysis of Dependence Tracking Algorithms for Task Dataflow Execution


Autoria(s): Vandierendonck, Hans; Tzenakis, Georgios; Nikolopoulos, Dimitrios
Data(s)

01/12/2013

Resumo

Processor architectures has taken a turn towards many-core processors, which integrate multiple processing cores on a single chip to increase overall performance, and there are no signs that this trend will stop in the near future. Many-core processors are harder to program than multi-core and single-core processors due to the need of writing parallel or concurrent programs with high degrees of parallelism. Moreover, many-cores have to operate in a mode of strong scaling because of memory bandwidth constraints. In strong scaling increasingly finer-grain parallelism must be extracted in order to keep all processing cores busy.<br/><br/>Task dataflow programming models have a high potential to simplify parallel program- ming because they alleviate the programmer from identifying precisely all inter-task de- pendences when writing programs. Instead, the task dataflow runtime system detects and enforces inter-task dependences during execution based on the description of memory each task accesses. The runtime constructs a task dataflow graph that captures all tasks and their dependences. Tasks are scheduled to execute in parallel taking into account dependences specified in the task graph.<br/><br/>Several papers report important overheads for task dataflow systems, which severely limits the scalability and usability of such systems. In this paper we study efficient schemes to manage task graphs and analyze their scalability. We assume a programming model that supports input, output and in/out annotations on task arguments, as well as commutative in/out and reductions. We analyze the structure of task graphs and identify versions and generations as key concepts for efficient management of task graphs. Then, we present three schemes to manage task graphs building on graph representations, hypergraphs and lists. We also consider a fourth edge-less scheme that synchronizes tasks using integers. Analysis using micro-benchmarks shows that the graph representation is not always scalable and that the edge-less scheme introduces least overhead in nearly all situations.

Formato

application/pdf

Identificador

http://pure.qub.ac.uk/portal/en/publications/analysis-of-dependence-tracking-algorithms-for-task-dataflow-execution(ae1ab374-db2c-4531-bd2c-f75ceeda401d).html

http://dx.doi.org/10.1145/2555289.2555316

http://pure.qub.ac.uk/ws/files/7210410/preprint.pdf

Idioma(s)

eng

Direitos

info:eu-repo/semantics/restrictedAccess

Fonte

Vandierendonck , H , Tzenakis , G & Nikolopoulos , D 2013 , ' Analysis of Dependence Tracking Algorithms for Task Dataflow Execution ' ACM Transactions on Architecture and Code Optimization , vol 10 , no. 4 , 61 , pp. 1-24 . DOI: 10.1145/2555289.2555316

Palavras-Chave #parallel programming #task dataflow #runtime dependence tracking #Swan
Tipo

article