Výsledky vyhľadávania - "Task parallel programming"
-
1
Performance Characterization of Python Runtimes for Multi-device Task Parallel Programming
ISSN: 0885-7458, 1573-7640Vydavateľské údaje: New York Springer US 01.04.2025Vydané v International journal of parallel programming (01.04.2025)“…Modern Python programs in high-performance computing call into compiled libraries and kernels for performance-critical tasks. However, effectively…”
Získať plný text
Journal Article -
2
Task Parallel Programming on the HammerBlade Manycore
ISBN: 9798293850938Vydavateľské údaje: ProQuest Dissertations & Theses 01.01.2025“… By contrast, the dynamic task parallel programming model has enjoyed considerable…”
Získať plný text
Dissertation -
3
Task-Parallel Programming with Constrained Parallelism
ISSN: 2643-1971Vydavateľské údaje: IEEE 19.09.2022Vydané v IEEE Conference on High Performance Extreme Computing (Online) (19.09.2022)“…Task graph programming model (TGPM) has become central to a wide range of scientific computing applications because it enables top-down optimization of…”
Získať plný text
Konferenčný príspevok.. -
4
Task parallel programming model + hardware acceleration = performance advantage
Vydavateľské údaje: IEEE 01.08.2016Vydané v 2016 IEEE Hot Chips 28 Symposium (HCS) (01.08.2016)“…This article consists only of a collection of slides from the author's conference presentation…”
Získať plný text
Konferenčný príspevok.. -
5
FunctionFlow: coordinating parallel tasks
ISSN: 2095-2228, 2095-2236Vydavateľské údaje: Beijing Higher Education Press 01.02.2019Vydané v Frontiers of Computer Science (01.02.2019)“…With the growing popularity of task-based parallel programming, nowadays task-parallel programming libraries and languages are still with limited support for coordinating parallel tasks…”
Získať plný text
Journal Article -
6
Scalable task parallelism for NUMA: A uniform abstraction for coordinated scheduling and memory management
Vydavateľské údaje: ACM 01.09.2016Vydané v 2016 International Conference on Parallel Architecture and Compilation Techniques (PACT) (01.09.2016)“…Dynamic task-parallel programming models are popular on shared-memory systems, promising enhanced scalability, load balancing and locality…”
Získať plný text
Konferenčný príspevok.. -
7
Using intra-core loop-task accelerators to improve the productivity and performance of task-based parallel programs
ISBN: 1450349528, 9781450349529ISSN: 2379-3155Vydavateľské údaje: New York, NY, USA ACM 14.10.2017Vydané v MICRO-50 : the 50th annual IEEE/ACM International Symposium on Microarchitecture : proceedings : October 14-18, 2017, Cambridge, MA (14.10.2017)“…Task-based parallel programming frameworks offer compelling productivity and performance benefits for modern chip multi-processors (CMPs). At the same time,…”
Získať plný text
Konferenčný príspevok.. -
8
Wait-free Hyperobjects for Task-Parallel Programming Systems
ISBN: 146736066X, 9781467360661ISSN: 1530-2075Vydavateľské údaje: IEEE 01.05.2013Vydané v 2013 IEEE 27th International Symposium on Parallel and Distributed Processing (01.05.2013)“…Hyperobjects are efficient mechanisms to coordinate accesses to shared variables and data-structures in task-parallel programming models, where each thread can operate on its own coordinated local…”
Získať plný text
Konferenčný príspevok.. -
9
Distributed dynamic load balancing for task parallel programming
ISSN: 2331-8422Vydavateľské údaje: Ithaca Cornell University Library, arXiv.org 14.01.2018Vydané v arXiv.org (14.01.2018)“…In this paper, we derive and investigate approaches to dynamically load balance a distributed task parallel application software. The load balancing strategy…”
Získať plný text
Paper -
10
Adaptive scheduling framework for multi-core systems based on task-parallel programming model
ISBN: 9781479965984, 1479965987Vydavateľské údaje: IEEE 01.07.2015Vydané v 2015 10th International Conference on Computer Science & Education (ICCSE) (01.07.2015)“…Due to the poor scalability and intensive competition for computing resource in multi-core runtime system, how to efficiently exploit the advantages offered by…”
Získať plný text
Konferenčný príspevok.. -
11
LilyTask parallel language 3.5 - approach towards task parallel programming in heterogeneous SMP-clusters
ISBN: 9780769523811, 0769523811ISSN: 0190-3918“…In heterogeneous clusters, different nodes may have different computing powers, so traditional parallel languages or runtime libraries are not suitable there…”Vydavateľské údaje: IEEE 2005
Získať plný text
Konferenčný príspevok.. -
12
Characterizing and Mitigating Work Time Inflation in Task Parallel Programs
ISSN: 1058-9244, 1875-919XVydavateľské údaje: Egypt Hindawi Publishing Corporation 2013Vydané v Scientific programming (2013)“…Task parallelism raises the level of abstraction in shared memory parallel programming to simplify the development of complex applications. However, task…”
Získať plný text
Journal Article -
13
Selective Recovery from Failures in a Task Parallel Programming Model
ISBN: 1424469872, 9781424469871Vydavateľské údaje: IEEE 01.05.2010Vydané v 2010 10th IEEE/ACM International Symposium on Cluster, Cloud and Grid Computing (01.05.2010)“…We present a fault tolerant task pool execution environment that is capable of performing fine-grain selective restart using a lightweight, distributed task…”
Získať plný text
Konferenčný príspevok.. -
14
Chapter 5 - OpenCL runtime and concurrency model
ISBN: 0128014148, 9780128016497, 0128016493, 9780128014141Vydavateľské údaje: Elsevier Inc 2015Vydané v Heterogeneous Computing with OpenCL 2.0 (2015)“…The OpenCL execution model is key to achieving a high level of performance across a range of architectures without extraordinary programming effort. This…”
Získať plný text
Kapitola -
15
OpenCL runtime and concurrency model
ISBN: 0128014148, 9780128014141Vydavateľské údaje: United States Elsevier Science & Technology 2015Vydané v Heterogeneous Computing with OpenCL 2. 0 (2015)Získať plný text
Kapitola -
16
Traveler: Navigating Task Parallel Traces for Performance Analysis
ISSN: 1077-2626, 1941-0506, 1941-0506Vydavateľské údaje: United States IEEE 01.01.2023Vydané v IEEE transactions on visualization and computer graphics (01.01.2023)“…Understanding the behavior of software in execution is a key step in identifying and fixing performance issues. This is especially important in high…”
Získať plný text
Journal Article -
17
DuctTeip: An efficient programming model for distributed task-based parallel computing
ISSN: 0167-8191, 1872-7336, 1872-7336Vydavateľské údaje: Elsevier B.V 01.12.2019Vydané v Parallel computing (01.12.2019)“…•We introduce a hierarchical task parallel programming model for distributed memory systems…”
Získať plný text
Journal Article -
18
Pedagogy and tools for teaching parallel computing at the sophomore undergraduate level
ISSN: 0743-7315, 1096-0848Vydavateľské údaje: Elsevier Inc 01.07.2017Vydané v Journal of parallel and distributed computing (01.07.2017)“… COMP 322 teaches students to reason about the behavior of parallel programs, educating them in both the high level abstractions of task-parallel programming as well as the nitty gritty details…”
Získať plný text
Journal Article -
19
HDOT — An approach towards productive programming of hybrid applications
ISSN: 0743-7315, 1096-0848Vydavateľské údaje: Elsevier Inc 01.03.2020Vydané v Journal of parallel and distributed computing (01.03.2020)“…A wealth of important scientific and engineering applications are configured for use on high performance computing architectures using functionality found in…”
Získať plný text
Journal Article -
20
PASTA: Programming and Automation Support for Scalable Task-Parallel HLS Programs on Modern Multi-Die FPGAs
ISSN: 2576-2621Vydavateľské údaje: IEEE 01.05.2023Vydané v Proceedings ... Annual IEEE Symposium on Field-Programmable Custom Computing Machines (Online) (01.05.2023)“… to digest and optimize for high-level programmers using HLS. One promising approach to mitigate such issues is to develop a high-level task-parallel programming model with HLS and physical design co-optimization…”
Získať plný text
Konferenčný príspevok..

