咨询与建议

限定检索结果

文献类型

  • 5 篇 期刊文献
  • 3 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 8 篇 工学
    • 7 篇 计算机科学与技术...
    • 5 篇 软件工程
    • 2 篇 电气工程

主题

  • 8 篇 fork-join parall...
  • 3 篇 parallel computi...
  • 2 篇 cilk
  • 2 篇 llvm
  • 2 篇 java
  • 2 篇 optimization
  • 2 篇 control-flow gra...
  • 2 篇 multicore
  • 2 篇 tapir
  • 2 篇 compiling
  • 2 篇 openmp
  • 2 篇 work stealing
  • 1 篇 non-invasive tun...
  • 1 篇 cache locality
  • 1 篇 task-based runti...
  • 1 篇 accurate profili...
  • 1 篇 serial-projectio...
  • 1 篇 futures
  • 1 篇 work-stealing sc...
  • 1 篇 queuing models

机构

  • 2 篇 mit comp sci & a...
  • 1 篇 consejo nacl inv...
  • 1 篇 autodesk inc san...
  • 1 篇 ras karelian res...
  • 1 篇 univ tokyo
  • 1 篇 univ svizzera it...
  • 1 篇 st petersburg st...
  • 1 篇 unicen univ isis...
  • 1 篇 univ illinois ch...
  • 1 篇 ieee department ...
  • 1 篇 st petersburg st...

作者

  • 2 篇 moses william s.
  • 2 篇 schardl tao b.
  • 2 篇 leiserson charle...
  • 1 篇 vakilian mohsen
  • 1 篇 taura kenjiro
  • 1 篇 rosales eduardo
  • 1 篇 shorey r
  • 1 篇 schiavio filippo
  • 1 篇 kuchumov ruslan
  • 1 篇 eloussi lamyaa
  • 1 篇 binder walter
  • 1 篇 kumar a
  • 1 篇 rosa andrea
  • 1 篇 campo marcelo
  • 1 篇 zunino alejandro
  • 1 篇 heumann stephen ...
  • 1 篇 mateos cristian
  • 1 篇 sokolov andrey
  • 1 篇 adve vikram s.
  • 1 篇 han michael

语言

  • 7 篇 英文
  • 1 篇 其他
检索条件"主题词=fork-join parallelism"
8 条 记 录,以下是1-10 订阅
排序:
Tapir: Embedding Recursive fork-join parallelism into LLVM's Intermediate Representation
收藏 引用
ACM TRANSACTIONS ON PARALLEL COMPUTING 2019年 第4期6卷 1–33页
作者: Schardl, Tao B. Moses, William S. Leiserson, Charles E. MIT Comp Sci & Artificial Intelligence Lab 32 Vassar St Cambridge MA 02139 USA
Tapir (pronounced TAY-per) is a compiler intermediate representation (IR) that embeds recursive fork-join parallelism, as supported by task-parallel programming platforms such as Cilk and OpenMP, into a mainstream com... 详细信息
来源: 评论
Tapir: Embedding fork-join parallelism into LLVM's Intermediate Representation  17
Tapir: Embedding Fork-Join Parallelism into LLVM's Intermedi...
收藏 引用
22nd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming (PPoPP)
作者: Schardl, Tao B. Moses, William S. Leiserson, Charles E. MIT Comp Sci & Artificial Intelligence Lab 32 Vassar St Cambridge MA 02139 USA
This paper explores how fork-join parallelism, as supported by concurrency platforms such as Cilk and OpenMP, can be embedded into a compiler's intermediate representation (IR). Mainstream compilers typically trea... 详细信息
来源: 评论
An approach for non-intrusively adding malleable fork/join parallelism into ordinary JavaBean compliant applications
收藏 引用
COMPUTER LANGUAGES SYSTEMS & STRUCTURES 2010年 第3期36卷 288-315页
作者: Mateos, Cristian Zunino, Alejandro Campo, Marcelo UNICEN Univ ISISTAN Res Inst Buenos Aires DF Argentina Consejo Nacl Invest Cient & Tecn RA-1033 Buenos Aires DF Argentina
Motivated by the advent of powerful hardware such as SMP machines and execution environments such as Grids, research in parallel programming has gained much attention within the distributed computing community. There ... 详细信息
来源: 评论
PERFORMANCE ANALYSIS AND SCHEDULING OF STOCHASTIC fork-join JOBS IN A MULTICOMPUTER SYSTEM
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1993年 第10期4卷 1147-1164页
作者: KUMAR, A SHOREY, R IEEE Department of Electrical Communication Engineering Indian Institute of Science
We model a parallel processing system comprising several homogeneous computers interconnected by a communication network. Jobs arriving to this system have a linear fork-join structure. Each fork of the job gives rise... 详细信息
来源: 评论
Region and effect inference for safe parallelism
收藏 引用
AUTOMATED SOFTWARE ENGINEERING 2019年 第2期26卷 463-509页
作者: Tzannes, Alexandros Heumann, Stephen T. Eloussi, Lamyaa Vakilian, Mohsen Adve, Vikram S. Han, Michael Univ Illinois Champaign IL 61820 USA Autodesk Inc San Rafael CA USA
In this paper, we present the first full regions-and-effects inference algorithm for explicitly parallel fork-join programs. We infer annotations equivalent to those in Deterministic Parallel Java (DPJ) for type-safe ... 详细信息
来源: 评论
Staccato: shared-memory work-stealing task scheduler with cache-aware memory management
收藏 引用
INTERNATIONAL JOURNAL OF WEB AND GRID SERVICES 2019年 第4期15卷 394-407页
作者: Kuchumov, Ruslan Sokolov, Andrey Korkhov, Vladimir St Petersburg State Univ 7-9 Univ Skaya Nab St Petersburg 199034 Russia RAS Karelian Res Ctr Inst Appl Math Res Petrozavodsk Russia St Petersburg State Univ Fac Appl Math & Control Proc 7-9 Univ Skaya Nab St Petersburg 199034 Russia
Work-stealing is one of the popular ways to schedule near-optimal task distribution across multiple CPU cores with low overheads on time, memory and inter-thread synchronisations. In the work-stealing strategy, worker... 详细信息
来源: 评论
Distributed Continuation Stealing is More Scalable than You Might Think
Distributed Continuation Stealing is More Scalable than You ...
收藏 引用
IEEE International Conference on Cluster Computing (CLUSTER)
作者: Shiina, Shumpei Taura, Kenjiro Univ Tokyo Tokyo Japan
The need for load balancing in applications with irregular parallelism has motivated research on work stealing. An important choice in work-stealing schedulers is between child stealing or continuation stealing. In ch... 详细信息
来源: 评论
Accurate fork-join Profiling on the Java Virtual Machine  28th
Accurate Fork-Join Profiling on the Java Virtual Machine
收藏 引用
28th International Conference on Parallel and Distributed Computing (Euro-Par)
作者: Basso, Matteo Rosales, Eduardo Schiavio, Filippo Rosa, Andrea Binder, Walter Univ Svizzera Italiana USI Fac Informat Lugano Switzerland
The fork-join model for parallel computing has become very popular and is included in the Java class library since Java 7. While understanding and optimizing the performance of fork-join computations is of paramount i... 详细信息
来源: 评论