Search Results - Task-Based Programming Model*
-
1
DuctTeip: An efficient programming model for distributed task-based parallel computing
ISSN: 0167-8191, 1872-7336, 1872-7336Published: Elsevier B.V 01.12.2019Published in Parallel computing (01.12.2019)“… Extracting high performance from these complex systems requires tailored approaches. Task-based parallel programming has been successful both in simplifying…”
Get full text
Journal Article -
2
A high-productivity task-based programming model for clusters
ISSN: 1532-0626, 1532-0634Published: Chichester, UK John Wiley & Sons, Ltd 25.12.2012Published in Concurrency and computation (25.12.2012)“… StarSs is a family of parallel programming models based on automatic function‐level parallelism that targets productivity…”
Get full text
Journal Article Publication -
3
G-ThinkerQ: A General Subgraph Querying System With a Unified Task-Based Programming Model
ISSN: 1041-4347, 1558-2191Published: IEEE 01.06.2025Published in IEEE transactions on knowledge and data engineering (01.06.2025)“…Given a large graph <inline-formula><tex-math notation="LaTeX">G</tex-math> <mml:math><mml:mi>G</mml:mi></mml:math><inline-graphic…”
Get full text
Journal Article -
4
Achieving High Performance on Supercomputers with a Sequential Task-based Programming Model
ISSN: 1045-9219, 1558-2183Published: IEEE 18.12.2017Published in IEEE transactions on parallel and distributed systems (18.12.2017)“… Sequential task-based programming model has been shown to efficiently meet this challenge on a single multicore node possibly enhanced with accelerators, which motivated its support in the OpenMP 4.0 standard…”
Get full text
Journal Article -
5
A Hardware Runtime for Task-Based Programming Models
ISSN: 1045-9219, 1558-2183Published: New York IEEE 01.09.2019Published in IEEE transactions on parallel and distributed systems (01.09.2019)“…Task-based programming models such as OpenMP 5.0 and OmpSs are simple to use and powerful enough to exploit task parallelism of applications over multicore, manycore and heterogeneous systems…”
Get full text
Journal Article Publication -
6
Storage-Heterogeneity Aware Task-based Programming Models to Optimize I/O Intensive Applications
ISSN: 1045-9219, 1558-2183Published: New York IEEE 01.12.2022Published in IEEE transactions on parallel and distributed systems (01.12.2022)“…Task-based programming models have enabled the optimized execution of the computation workloads of applications…”
Get full text
Journal Article -
7
Integrating blocking and non-blocking MPI primitives with task-based programming models
ISSN: 0167-8191, 1872-7336Published: Elsevier B.V 01.07.2019Published in Parallel computing (01.07.2019)“…) that integrates both blocking and non-blocking MPI primitives with task-based programming models…”
Get full text
Journal Article -
8
Towards enabling I/O awareness in task-based programming models
ISSN: 0167-739X, 1872-7115Published: Elsevier B.V 01.08.2021Published in Future generation computer systems (01.08.2021)“… Although task-based programming models made it possible to achieve higher levels of parallelism by enabling the execution of tasks in large-scale distributed platforms, this parallelism…”
Get full text
Journal Article -
9
Asynchronous runtime with distributed manager for task-based programming models
ISSN: 0167-8191, 1872-7336Published: Elsevier B.V 01.09.2020Published in Parallel computing (01.09.2020)“… Parallel task-based programming models, like OpenMP, allow application developers to easily create a parallel version of their sequential codes…”
Get full text
Journal Article -
10
Multi-GPU work sharing in a task-based dataflow programming model
ISSN: 0167-739X, 1872-7115Published: Netherlands Elsevier B.V 01.07.2024Published in Future generation computer systems (01.07.2024)“… shared memory and message-passing paradigms. In this aspect, the task-based dataflow programming model has emerged as an alternative for multi-GPU computing nodes…”
Get full text
Journal Article -
11
Combining One-Sided Communications with Task-Based Programming Models
ISSN: 2168-9253Published: IEEE 01.09.2021Published in Proceedings / IEEE International Conference on Cluster Computing (01.09.2021)“…Hybrid programming combining task-based and message-passing models is an increasingly popular technique to exploit multi-core clusters…”
Get full text
Conference Proceeding -
12
Integrating External Resources with a Task-Based Programming Model
Published: IEEE 01.12.2017Published in Proceedings, 24th IEEE International Conference on High Performance Computing : 18-21 December 2017, Jaipur, India (01.12.2017)“… We address this limitation by introducing Iris, a task-based programming model with semantics for external resources…”
Get full text
Conference Proceeding -
13
DDF Library: Enabling functional programming in a task-based model
ISSN: 0743-7315, 1096-0848Published: Elsevier Inc 01.05.2021Published in Journal of parallel and distributed computing (01.05.2021)“… While HPC programming is mostly task-based, like COMPSs, popular Big Data environments, like Spark, adopt the functional programming paradigm…”
Get full text
Journal Article -
14
AMA: Asynchronous Management of Accelerators for Task-based Programming Models
ISSN: 1877-0509, 1877-0509Published: Elsevier B.V 2015Published in Procedia computer science (2015)“… Implemented on top of a task-based framework, the experimental evaluation of AMA on a quad-GPU node shows that we reach the performance of a hand-tuned native CUDA code, with the advantage of fully…”
Get full text
Journal Article Publication -
15
Optimizing Locality by Topology-Aware Placement for a Task Based Programming Model
ISSN: 2168-9253Published: IEEE 01.09.2016Published in 2016 IEEE International Conference on Cluster Computing (CLUSTER) (01.09.2016)“…The ordered read-write lock model (ORWL) is a modern framework that proposes high level abstractions for the decomposition of an application and for the management of synchronizations and communications…”
Get full text
Conference Proceeding -
16
Loop level speculation in a task based programming model
ISSN: 1094-7256Published: IEEE 01.12.2013Published in 20th Annual International Conference on High Performance Computing (01.12.2013)“…Uncountable loops (such as while loops in C) and if-conditions are some of the most common constructs in programming…”
Get full text
Conference Proceeding -
17
A continuation-based task programming model for C++: design of the Causeway library
ISSN: 0038-0644, 1097-024XPublished: Bognor Regis Blackwell Publishing Ltd 01.12.2016Published in Software, practice & experience (01.12.2016)“… The presented programming model defines a common ion of the different types of tasks, both synchronous and asynchronous…”
Get full text
Journal Article -
18
A programming model for Hybrid Workflows: Combining task-based workflows and dataflows all-in-one
ISSN: 0167-739X, 1872-7115Published: Elsevier B.V 01.12.2020Published in Future generation computer systems (01.12.2020)“…). To implement these workflows, developers are currently using different patterns; mainly task-based and dataflow…”
Get full text
Journal Article -
19
Callback-based completion notification using MPI Continuations
ISSN: 0167-8191, 1872-7336Published: Netherlands Elsevier B.V 01.09.2021Published in Parallel computing (01.09.2021)“…Asynchronous programming models (APM) are gaining more and more traction, allowing applications to expose the available concurrency to a runtime system tasked with coordinating the execution…”
Get full text
Journal Article -
20
Scheduling across Multiple Applications using Task-Based Programming Models
Published: IEEE 01.11.2020Published in 2020 IEEE/ACM Fourth Annual Workshop on Emerging Parallel and Distributed Runtime Systems and Middleware (IPDRM) (01.11.2020)“…Task-based programming models have shown their potential for efficiency and scalability in parallel and distributed systems…”
Get full text
Conference Proceeding