咨询与建议

限定检索结果

文献类型

  • 15 篇 期刊文献
  • 1 篇 学位论文
  • 1 篇 会议

馆藏范围

  • 17 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 16 篇 工学
    • 16 篇 计算机科学与技术...
    • 1 篇 电气工程

主题

  • 17 篇 high-level paral...
  • 7 篇 algorithmic skel...
  • 3 篇 distributed prog...
  • 2 篇 parallel pattern...
  • 2 篇 skeleton program...
  • 1 篇 big data mapredu...
  • 1 篇 hardware acceler...
  • 1 篇 parallel design ...
  • 1 篇 program calculat...
  • 1 篇 comprehensive pa...
  • 1 篇 co-design approa...
  • 1 篇 lsh similarity j...
  • 1 篇 building blocks
  • 1 篇 parallel efficie...
  • 1 篇 hardware acceler...
  • 1 篇 heterogeneous sy...
  • 1 篇 shared/distribut...
  • 1 篇 gpgpu
  • 1 篇 framework for hp...
  • 1 篇 domain-specific ...

机构

  • 2 篇 linkoping univ d...
  • 2 篇 univ pisa comp s...
  • 1 篇 grad univ adv st...
  • 1 篇 rhein westfal th...
  • 1 篇 univ orleans lif...
  • 1 篇 univ clermont au...
  • 1 篇 univ munster pra...
  • 1 篇 univ munster d-4...
  • 1 篇 university of we...
  • 1 篇 univ pisa unipi ...
  • 1 篇 univ munster erc...
  • 1 篇 univ pisa comp s...
  • 1 篇 univ munster ins...
  • 1 篇 natl inst inform...
  • 1 篇 univ pisa dept c...
  • 1 篇 leonardo campus ...
  • 1 篇 sorbonne univ cn...
  • 1 篇 xi an jiao tong ...
  • 1 篇 kyushu inst tech...
  • 1 篇 pontifical catho...

作者

  • 4 篇 kuchen herbert
  • 3 篇 tonci nicolo
  • 3 篇 torquati massimo
  • 3 篇 ernsting steffen
  • 2 篇 limet sebastien
  • 2 篇 robert sophie
  • 2 篇 kessler christop...
  • 2 篇 ernstsson august
  • 2 篇 wrede fabian
  • 2 篇 griebler dalvan
  • 2 篇 danelutto marco
  • 1 篇 rieger christoph
  • 1 篇 dieckmann justus
  • 1 篇 zouzoula stavrou...
  • 1 篇 kuchen h
  • 1 篇 fernandes luiz g...
  • 1 篇 botorog gh
  • 1 篇 mencagli gabriel...
  • 1 篇 zhu zhengdong
  • 1 篇 chailloux emmanu...

语言

  • 17 篇 英文
检索条件"主题词=High-level parallel programming"
17 条 记 录,以下是1-10 订阅
排序:
Efficient high-level parallel programming
收藏 引用
THEORETICAL COMPUTER SCIENCE 1998年 第1-2期196卷 71-107页
作者: Botorog, GH Kuchen, H Rhein Westfal TH Aachen Lehrstuhl Informat 2 D-52074 Aachen Germany Univ Munster Inst Wirtschaftsinformat D-48159 Munster Germany
Algorithmic skeletons are polymorphic higher-order functions that represent common parallelization patterns and that are implemented in parallel. They can be used as the building blocks of parallel and distributed app... 详细信息
来源: 评论
Musket: A Domain-Specific Language for high-level parallel programming with Algorithmic Skeletons  19
Musket: A Domain-Specific Language for High-Level Parallel P...
收藏 引用
34th ACM/SIGAPP Annual International Symposium on Applied Computing (SAC)
作者: Rieger, Christoph Wrede, Fabian Kuchen, Herbert Univ Munster ERCIS Munster Germany
parallel programming for an infrastructure of multi-core or many-core clusters is a challenge for developers without experience in this domain. Developers need to use several libraries such as MPI, OpenMP, and CUDA to... 详细信息
来源: 评论
NoT: a high-level no-threading parallel programming method for heterogeneous systems
收藏 引用
JOURNAL OF SUPERCOMPUTING 2019年 第7期75卷 3810-3841页
作者: Wu, Shusen Dong, Xiaoshe Zhang, Xingjun Zhu, Zhengdong Xi An Jiao Tong Univ Sch Elect & Informat Engn Xian 710049 Shaanxi Peoples R China
Multithreading is the core of mainstream heterogeneous programming methods such as CUDA and OpenCL. However, multithreaded parallel programming requires programmers to handle low-level runtime details, making the prog... 详细信息
来源: 评论
parallelizing RNA-Seq Analysis with BioSkel: A FastFlow Based Prototype
收藏 引用
INTERNATIONAL JOURNAL OF parallel programming 2025年 第2期53卷 1-22页
作者: Beauvais, Valentin Tonci, Nicolo Robert, Sophie Limet, Sebastien Univ Orleans LIFO 6 Rue Leonard de Vinci F-45067 Orleans France Univ Pisa Comp Sci Dept Largo Bruno Pontecorvo 3 I-56127 Pisa Italy
Over the past decade, the widespread adoption of RNA-seq methodology for transcript-level monitoring has resulted in a surge of biological data requiring comprehensive analysis. The BioSkel project aims to develop a f... 详细信息
来源: 评论
Distributed-Memory FastFlow Building Blocks
收藏 引用
INTERNATIONAL JOURNAL OF parallel programming 2023年 第1期51卷 1-21页
作者: Tonci, Nicolo Torquati, Massimo Mencagli, Gabriele Danelutto, Marco Univ Pisa Comp Sci Dept Pisa Italy
We present the new distributed-memory run-time system (RTS) of the C++-based open-source structured parallel programming library FastFlow. The new RTS enables the execution of FastFlow shared-memory applications writt... 详细信息
来源: 评论
LSH SimilarityJoin Pattern in FastFlow
收藏 引用
INTERNATIONAL JOURNAL OF parallel programming 2024年 第3期52卷 207-230页
作者: Tonci, Nicolo Rivault, Sebastien Bamha, Mostafa Robert, Sophie Limet, Sebastien Torquati, Massimo Univ Pisa Comp Sci Dept Pisa Italy Univ Orleans Orleans France
Similarity joins are recognized to be among the most used data processing and analysis operations. We introduce a C++-based high-level parallel pattern implemented on top of FastFlow Building Blocks to provide the pro... 详细信息
来源: 评论
SkePU 3: Portable high-level programming of Heterogeneous Systems and HPC Clusters
收藏 引用
INTERNATIONAL JOURNAL OF parallel programming 2021年 第6期49卷 846-866页
作者: Ernstsson, August Ahlqvist, Johan Zouzoula, Stavroula Kessler, Christoph Linkoping Univ Dept Comp & Informat Sci PELAB Linkoping Sweden
We present the third generation of the C++-based open-source skeleton programming framework SkePU. Its main new features include new skeletons, new data container types, support for returning multiple objects from ske... 详细信息
来源: 评论
Simultaneous CPU-GPU Execution of Data parallel Algorithmic Skeletons
收藏 引用
INTERNATIONAL JOURNAL OF parallel programming 2018年 第1期46卷 42-61页
作者: Wrede, Fabian Ernsting, Steffen Leonardo Campus 3 D-48149 Munster Germany
parallel programming has become ubiquitous;however, it is still a low-level and error-prone task, especially when accelerators such as GPUs are used. Thus, algorithmic skeletons have been proposed to provide well-defi... 详细信息
来源: 评论
A Scalable Farm Skeleton for Hybrid parallel and Distributed programming
收藏 引用
INTERNATIONAL JOURNAL OF parallel programming 2014年 第6期42卷 968-987页
作者: Ernsting, Steffen Kuchen, Herbert Univ Munster D-48149 Munster Germany
Multi-core processors and clusters of multi-core processors are ubiquitous. They provide scalable performance yet introducing complex and low-level programming models for shared and distributed memory programming. Thu... 详细信息
来源: 评论
A Generate-Test-Aggregate parallel programming library for systematic parallel programming
收藏 引用
parallel COMPUTING 2014年 第2期40卷 116-135页
作者: Liu, Yu Emoto, Kento Hu, Zhenjiang Grad Univ Adv Studies Tokyo Japan Kyushu Inst Technol Iizuka Fukuoka Japan Natl Inst Informat Tokyo Japan
The Generate-Test-Aggregate (GTA for short) algorithm is modeled following a simple and straightforward programming pattern, for combinatorial problems. First, generate all candidates;second, test and filter out inval... 详细信息
来源: 评论