咨询与建议

限定检索结果

文献类型

  • 4 篇 会议
  • 3 篇 期刊文献
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 8 篇 工学
    • 8 篇 计算机科学与技术...
    • 3 篇 电气工程
    • 2 篇 软件工程
    • 1 篇 仪器科学与技术
    • 1 篇 信息与通信工程

主题

  • 8 篇 task-based paral...
  • 4 篇 runtime systems
  • 3 篇 work stealing
  • 2 篇 work sharing
  • 1 篇 book on concurre...
  • 1 篇 hierarchical dec...
  • 1 篇 malleability
  • 1 篇 physical design
  • 1 篇 data versioning
  • 1 篇 fault tolerance
  • 1 篇 programming with...
  • 1 篇 how to do concur...
  • 1 篇 programming with...
  • 1 篇 electronic desig...
  • 1 篇 multi-core clust...
  • 1 篇 resilience
  • 1 篇 resource elastic...
  • 1 篇 work-stealing
  • 1 篇 c# programming g...
  • 1 篇 timing and power...

机构

  • 2 篇 univ kassel res ...
  • 1 篇 univ kassel prog...
  • 1 篇 beijing simulat ...
  • 1 篇 uppsala univ dep...
  • 1 篇 democritus univ ...
  • 1 篇 univ kassel res ...
  • 1 篇 beijing inst tec...
  • 1 篇 siemens digital ...

作者

  • 3 篇 reitz lukas
  • 3 篇 fohry claudia
  • 2 篇 posner jonas
  • 1 篇 qing duzheng
  • 1 篇 hardenbicker kai
  • 1 篇 gast n c hillar
  • 1 篇 dimitrakopoulos ...
  • 1 篇 larsson elisabet...
  • 1 篇 werner tobias
  • 1 篇 tillenius martin
  • 1 篇 wang yizhuo
  • 1 篇 chinnery david
  • 1 篇 gastón c. hillar
  • 1 篇 gao zhiwei
  • 1 篇 ji weixing
  • 1 篇 zafari afshin
  • 1 篇 zhang han
  • 1 篇 mangiras dimitri...

语言

  • 8 篇 英文
检索条件"主题词=Task-based Parallel Programming"
8 条 记 录,以下是1-10 订阅
task-based parallel programming for Gate Sizing
收藏 引用
IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS 2023年 第4期42卷 1309-1322页
作者: Mangiras, Dimitrios Chinnery, David Dimitrakopoulos, Giorgos Democritus Univ Thrace Dept Elect & Comp Engn Xanthi 67100 Greece Siemens Digital Ind Software Digital Implementat Div Fremont CA 94538 USA
Physical synthesis engines need to embrace all available parallelism to cope with the increasing complexity of modern designs and still offer high quality of results. To achieve this goal, the involved algorithms need... 详细信息
来源: 评论
Lifeline-based load balancing schemes for Asynchronous Many-task runtimes in clusters
收藏 引用
parallel COMPUTING 2023年 第1期116卷
作者: Reitz, Lukas Hardenbicker, Kai Werner, Tobias Fohry, Claudia Univ Kassel Res Grp Programming Languages Methodol Wilhelmshoher Allee 71-73 D-34121 Kassel Germany
A popular approach to program scalable irregular applications is Asynchronous Many-task (AMT) Program-ming. Here, programs define tasks according to task models such as dynamic independent tasks (DIT) or nested fork-j... 详细信息
来源: 评论
DuctTeip: An efficient programming model for distributed task-based parallel computing
收藏 引用
parallel COMPUTING 2019年 90卷 102582-102582页
作者: Zafari, Afshin Larsson, Elisabeth Tillenius, Martin Uppsala Univ Dept Informat Technol Box 337 SE-75105 Uppsala Sweden
Current high-performance computer systems used for scientific computing typically combine shared memory computational nodes in a distributed memory environment. Extracting high performance from these complex systems r... 详细信息
来源: 评论
Transparent Resource Elasticity for task-based Cluster Environments with Work Stealing  21
Transparent Resource Elasticity for Task-Based Cluster Envir...
收藏 引用
50th International Conference on parallel Processing (ICPP)
作者: Posner, Jonas Fohry, Claudia Univ Kassel Res Grp Programming Languages Methodol Kassel Germany
Resource elasticity allows to dynamically change the resources of running jobs, which may significantly improve the throughput on supercomputers. Elasticity requires support from both job schedulers and user applicati... 详细信息
来源: 评论
Load Balancing Policies for Nested Fork-Join
Load Balancing Policies for Nested Fork-Join
收藏 引用
IEEE International Conference on Cluster Computing (Cluster)
作者: Reitz, Lukas Univ Kassel Programming Languages Methodol Kassel Germany
Irregularity in parallel programs is often tackled by dynamic load balancing. Two well-known techniques, namely work sharing and work stealing, were recently combined into a hybrid scheme, which uses the former for sh... 详细信息
来源: 评论
Checkpointing vs. Supervision Resilience Approaches for Dynamic Independent tasks
Checkpointing vs. Supervision Resilience Approaches for Dyna...
收藏 引用
35th IEEE International parallel and Distributed Processing Symposium (IPDPS)
作者: Posner, Jonas Reitz, Lukas Fohry, Claudia Univ Kassel Res Grp Programming Languages Methodol Kassel Germany
With the advent of exascale computing, issues such as application irregularity and permanent hardware failure are growing in importance. Irregularity is often addressed by task-based parallel programming coupled with ... 详细信息
来源: 评论
Exploiting task-based parallelism for parallel Discrete Event Simulation  26
Exploiting Task-Based Parallelism for Parallel Discrete Even...
收藏 引用
26th Euromicro International Conference on parallel, Distributed, and Network-based Processing (PDP)
作者: Wang, Yizhuo Gao, Zhiwei Ji, Weixing Zhang, Han Qing, Duzheng Beijing Inst Technol Sch Comp Sci Beijing Peoples R China Beijing Simulat Ctr Sci & Technol Special Syst Simulat Lab Beijing Peoples R China
Today large-scale simulation applications are becoming common in research and industry. A significant fraction of them run on multi-core clusters. Current parallel simulation kernels use multi-process and multi-thread... 详细信息
来源: 评论
Professional parallel programming with C#  1
收藏 引用
2010年
作者: Gastón C. Hillar Gastón C. Hillar Gast N C Hillar
Expert guidance for those programming today's dual-core processors PCs As PC processors explode from one or two to now eight processors, there is an urgent need for programmers to master concurrent programming. Th... 详细信息
来源: 评论