@inproceedings{10f3921245ed4793959ec77e23faa63d,
title = "Support for dependency driven executions among openmp tasks",
abstract = "OpenMP 3.x introduced the concept of creation of tasks with the aim of handling unstructured parallelism by providing support for efficient load-balancing and dynamic scheduling of asynchronous units of work, namely tasks. This work is focused towards extending task parallelism further to exploit task dependence relationships. The goal is to extend the OpenMP tasking model to provide more flexible synchronizations based on the data access relationship among such tasks. Our approach implements extensions to the current OpenMP task directive, which aim at providing task-level granularity for synchronization of tasks sharing the same parent. The new extensions focus primarily on adding additional functionality to the OpenUH compiler runtime referenced at the time of scheduling of tasks to honor only specified explicit dependencies. The extensions provide simplicity of use and help in achieving more parallelism owing to a more flexible approach in synchronizing tasks wherein a task waits only as long as its specified explicit dependencies are honored. The extensions when tested on a basic linear algebraic algorithm - LU Decomposition, presented a 9\% and 20\% speedup compared to the tasking implementations of Intel and GNU compilers respectively.",
author = "Priyanka Ghosh and Yonghong Yan and Barbara Chapman",
year = "2012",
doi = "10.1109/DFM.2012.16",
language = "English",
isbn = "9780768549545",
series = "Proceedings - 2012 2nd Workshop on Data-Flow Execution Models for Extreme Scale Computing, DFM 2012",
publisher = "IEEE Computer Society",
pages = "48--54",
booktitle = "Proceedings - 2012 2nd Workshop on Data-Flow Execution Models for Extreme Scale Computing, DFM 2012",
note = "2012 2nd Workshop on Data-Flow Execution Models for Extreme Scale Computing, DFM 2012 ; Conference date: 23-09-2012 Through 23-09-2012",
}