Search Results - skeleton-((based parallel) OR (mass parallel)) programming
-
1
Enforcing Deadlines for Skeleton-based Parallel Programming
ISSN: 2642-7346Published: IEEE 01.04.2020Published in Proceedings / IEEE Real-Time and Embedded Technology and Applications Symposium (01.04.2020)“… However, we argue that by constraining the application structure to a set of composable "skeletons", at the price of losing some generality w.r.t…”
Get full text
Conference Proceeding -
2
Interactive Performance Visualization and Analysis of Execution Traces for Pattern-Based Parallel Programming
ISSN: 0885-7458, 1573-7640, 1573-7640Published: New York Springer US 01.10.2025Published in International journal of parallel programming (01.10.2025)“…We introduce the design and implementation of a performance visualization system for high-level programming of heterogeneous parallel systems…”
Get full text
Journal Article -
3
A Deterministic Portable Parallel Pseudo-Random Number Generator for Pattern-Based Programming of Heterogeneous Parallel Systems
ISSN: 0885-7458, 1573-7640, 1573-7640Published: New York Springer US 01.08.2022Published in International journal of parallel programming (01.08.2022)“…SkePU is a pattern-based high-level programming model for transparent program execution on heterogeneous parallel computing systems…”
Get full text
Journal Article -
4
Parallel Patterns for Window-Based Stateful Operators on Data Streams: An Algorithmic Skeleton Approach
ISSN: 0885-7458, 1573-7640Published: New York Springer US 01.04.2017Published in International journal of parallel programming (01.04.2017)“… Rather, queries must be executed continuously as data cross the streams. The goal of this paper is to present parallel patterns for window-based stateful operators , which are the most representative class of stateful data stream operators…”
Get full text
Journal Article -
5
Skeleton-based parallel programming: Functional and parallel semantics in a single shot
ISSN: 1477-8424, 1873-6866Published: Elsevier Ltd 01.10.2007Published in Computer languages, systems & structures (01.10.2007)“…Semantics of skeleton-based parallel programming languages comes usually as two distinct items…”
Get full text
Journal Article -
6
An Algorithm Template for Domain-Based Parallel Irregular Algorithms
ISSN: 0885-7458, 1573-7640Published: Boston Springer US 01.12.2014Published in International journal of parallel programming (01.12.2014)“… In particular, while there are many proposals of parallel skeletons and libraries very well suited to regular algorithms, this is not the case for irregular ones…”
Get full text
Journal Article -
7
Kanga: A Skeleton-Based Generic Interface for Parallel Programming
Published: IEEE 01.10.2015Published in Proceedings, IEEE 27th International Symposium on Computer Architecture and High Performance Computing Workshops : 18-21 October 2015, Florianópolis, Santa Catarina, Brazil (01.10.2015)“… not prevent error prone situations. In this paper we present Kanga, a framework based on the abstractions of skeletons to provide a generic tool that encapsulate many common parallel patterns…”
Get full text
Conference Proceeding -
8
The Use of Algorithmic Skeletons to Design Actor-Based Parallel Algorithms
ISSN: 2411-1473Published: The Fund for Promotion of Internet media, IT education, human development «League Internet Media 01.05.2020Published in Современные информационные технологии и IT-образование (01.05.2020)“…The paper proposes a method for writing parallel algorithms. Our goal was to make a detailed description of concurrency while carrying no dependencies in programming language or underlying parallel architecture…”
Get full text
Journal Article -
9
Program Transformation to Identify List-Based Parallel Skeletons
ISSN: 2075-2180, 2075-2180Published: Open Publishing Association 16.07.2016Published in Electronic proceedings in theoretical computer science (16.07.2016)“… However, skeleton-based parallel programming is still very challenging as it requires intricate analysis of the underlying algorithm and often uses inefficient intermediate data structures…”
Get full text
Journal Article -
10
Bringing skeletons out of the closet: a pragmatic manifesto for skeletal parallel programming
ISSN: 0167-8191, 1872-7336Published: Elsevier B.V 01.03.2004Published in Parallel computing (01.03.2004)“…Skeleton and pattern based parallel programming promise significant benefits but remain absent from mainstream practice…”
Get full text
Journal Article -
11
High-performance data mining with skeleton-based structured parallel programming
ISSN: 0167-8191, 1872-7336Published: Elsevier B.V 01.05.2002Published in Parallel computing (01.05.2002)“…We show how to apply a structured parallel programming (SPP) methodology based on skeletons to data mining (DM…”
Get full text
Journal Article -
12
An Automatic Fusion Mechanism for Variable-Length List Skeletons in SkeTo
ISSN: 0885-7458, 1573-7640Published: Boston Springer US 01.08.2014Published in International journal of parallel programming (01.08.2014)“…Skeletal parallel programming is a promising approach to easy parallel programming in which users can build parallel programs simply by combining parts of a given set of ready-made parallel…”
Get full text
Journal Article -
13
Smart Containers and Skeleton Programming for GPU-Based Systems
ISSN: 0885-7458, 1573-7640, 1573-7640Published: New York Springer US 01.06.2016Published in International journal of parallel programming (01.06.2016)“…In this paper, we discuss the role, design and implementation of smart containers in the SkePU skeleton library for GPU-based systems…”
Get full text
Journal Article -
14
Parallel embedded processor architecture for FPGA-based image processing using parallel software skeletons
ISSN: 1687-6180, 1687-6172, 1687-6180Published: Cham Springer International Publishing 01.10.2013Published in EURASIP journal on advances in signal processing (01.10.2013)“… reduction in execution times. To take advantage of parallelization on homogeneous MPSoCs and to reduce the programming effort, the proposed design methodology offers more opportunities for accelerating the parallelization…”
Get full text
Journal Article -
15
Pattern-Based Programming Abstractions for Heterogeneous Parallel Computing
ISBN: 9798382270357, 9789179291952, 9789179291969, 9179291953, 9179291961Published: ProQuest Dissertations & Theses 01.01.2022“…, advanced high-level programming environments and frameworks are needed to bridge the programmability…”
Get full text
Dissertation -
16
Program Transformation to Identify List-Based Parallel Skeletons
ISSN: 2331-8422Published: Ithaca Cornell University Library, arXiv.org 08.07.2016Published in arXiv.org (08.07.2016)“… However, skeleton-based parallel programming is still very challenging as it requires intricate analysis of the underlying algorithm and often uses inefficient intermediate data structures…”
Get full text
Paper -
17
Towards High-Performance Code Generation for Multi-GPU Clusters Based on a Domain-Specific Language for Algorithmic Skeletons
ISSN: 0885-7458, 1573-7640Published: New York Springer US 01.08.2020Published in International journal of parallel programming (01.08.2020)“… The DSL incorporates the idea of utilizing algorithmic skeletons, which are well-known patterns for parallel programming, such as map and reduce…”
Get full text
Journal Article -
18
From Design Patterns to Parallel Architectural Skeletons
ISSN: 0743-7315, 1096-0848Published: San Diego, CA Elsevier Inc 01.04.2002Published in Journal of parallel and distributed computing (01.04.2002)“… In the past, several pattern-based systems have been developed with the intention to facilitate faster parallel application development through the use of preimplemented and reusable components…”
Get full text
Journal Article -
19
On Generalizing Divide and Conquer Parallel Programming Pattern
ISSN: 2227-7390, 2227-7390Published: Basel MDPI AG 01.11.2022Published in Mathematics (Basel) (01.11.2022)“…(1) Background: Structuring is important in parallel programming in order to master its complexity, and this structuring could be achieved through programming patterns and skeletons…”
Get full text
Journal Article -
20
Quaff: efficient C++ design for parallel skeletons
ISSN: 0167-8191, 1872-7336Published: Elsevier 01.09.2006Published in Parallel computing (01.09.2006)Get full text
Journal Article

