咨询与建议

限定检索结果

文献类型

  • 52 篇 会议
  • 1 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 47 篇 工学
    • 43 篇 软件工程
    • 30 篇 计算机科学与技术...
    • 1 篇 机械工程
    • 1 篇 电气工程
    • 1 篇 信息与通信工程
  • 5 篇 理学
    • 3 篇 数学
    • 1 篇 地质学
    • 1 篇 系统科学
  • 2 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 1 篇 工商管理
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 8 篇 gpu
  • 7 篇 performance
  • 5 篇 parallel algorit...
  • 5 篇 parallel program...
  • 4 篇 languages
  • 4 篇 algorithms
  • 4 篇 shared memory
  • 4 篇 scheduling
  • 3 篇 parallelism
  • 3 篇 parallel
  • 2 篇 graph algorithms
  • 2 篇 garbage collecti...
  • 2 篇 opencl
  • 2 篇 loop paralleliza...
  • 2 篇 machine learning
  • 2 篇 parallel computi...
  • 2 篇 parallel process...
  • 2 篇 multi-core
  • 1 篇 program debuggin...
  • 1 篇 object computer

机构

  • 5 篇 carnegie mellon ...
  • 2 篇 indiana univ blo...
  • 1 篇 contra costa col...
  • 1 篇 inria
  • 1 篇 rose hulman inst...
  • 1 篇 fudan univ sch c...
  • 1 篇 univ calif river...
  • 1 篇 georgetown univ ...
  • 1 篇 washington unive...
  • 1 篇 lawrence livermo...
  • 1 篇 univ calif san d...
  • 1 篇 tsinghua univ de...
  • 1 篇 software school ...
  • 1 篇 qualcomm technol...
  • 1 篇 carnegie mellon ...
  • 1 篇 the ohio state u...
  • 1 篇 univ chinese aca...
  • 1 篇 univ politecn ca...
  • 1 篇 univ innsbruck i...
  • 1 篇 univ paris 11 cn...

作者

  • 2 篇 chargueraud arth...
  • 2 篇 hoefler torsten
  • 2 篇 blelloch guy e.
  • 2 篇 cui huimin
  • 2 篇 rainey mike
  • 2 篇 lumsdaine andrew
  • 2 篇 shun julian
  • 2 篇 acar umut a.
  • 1 篇 laarman alfons
  • 1 篇 shang honghui
  • 1 篇 fahringer thomas
  • 1 篇 tang hong
  • 1 篇 kalvoda pavel
  • 1 篇 kofler klaus
  • 1 篇 friedley andrew
  • 1 篇 wang lei
  • 1 篇 shen kai
  • 1 篇 warren david h. ...
  • 1 篇 acar umut
  • 1 篇 foster ian t.

语言

  • 53 篇 英文
检索条件"任意字段=Proceedings of the 23rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming"
53 条 记 录,以下是21-30 订阅
排序:
Interval-Based Memory Reclamation  18
Interval-Based Memory Reclamation
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Wen, Haosen Izraelevitz, Joseph Cai, Wentao Beadle, H. Alan Scott, Michael L. Univ Rochester Dept Comp Sci Rochester NY 14627 USA
In this paper we present interval-based reclamation (IBR), a new approach to safe reclamation of disconnected memory blocks in nonblocking concurrent data structures. Safe reclamation is a difficult problem: a thread,... 详细信息
来源: 评论
Automatic Problem Size Sensitive Task Partitioning on Heterogeneous parallel Systems  13
Automatic Problem Size Sensitive Task Partitioning on Hetero...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Grasso, Ivan Kofler, Klaus Cosenza, Biagio Fahringer, Thomas Univ Innsbruck Inst Informat A-6020 Innsbruck Austria
In this paper we propose a novel approach which automatizes task partitioning in heterogeneous systems. Our framework is based on the Insieme Compiler and Runtime infrastructure [1]. The compiler translates a single-d... 详细信息
来源: 评论
TigerQuoll: parallel Event-based JavaScript  13
TigerQuoll: Parallel Event-based JavaScript
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Bonetta, Daniele Binder, Walter Pautasso, Cesare Univ Lugano USI Fac Informat Lugano Switzerland
JavaScript, the most popular language on the Web, is rapidly moving to the server-side, becoming even more pervasive. Still, JavaScript lacks support for shared memory parallelism, making it challenging for developers... 详细信息
来源: 评论
Expressing Graph Algorithms Using Generalized Active Messages  13
Expressing Graph Algorithms Using Generalized Active Message...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Edmonds, Nick Willcock, Jeremiah Lumsdaine, Andrew Indiana Univ Bloomington IN 47405 USA
Recently, graph computation has emerged as an important class of high-performance computing application whose characteristics differ markedly from those of traditional, compute-bound, kernels. Libraries such as BLAS, ... 详细信息
来源: 评论
Juggler: A Dependence-Aware Task-Based Execution Framework for GPUs  18
Juggler: A Dependence-Aware Task-Based Execution Framework f...
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Belviranli, Mehmet E. Lee, Seyong Vetter, Jeffrey S. Bhuyan, Laxmi N. Oak Ridge Natl Lab Oak Ridge TN 37830 USA Univ Calif Riverside Riverside CA 92521 USA
Scientific applications with single instruction, multiple data (SIMD) computations show considerable performance improvements when run on today's graphics processing units (GPUs). However, the existence of data de... 详细信息
来源: 评论
LazyGraph: Lazy Data Coherency for Replicas in Distributed Graph-parallel Computation  18
LazyGraph: Lazy Data Coherency for Replicas in Distributed G...
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Wang, Lei Zhuang, Liangji Chen, Junhang Cui, Huimin Lv, Fang Liu, Ying Fen, Xiaobing Chinese Acad Sci Inst Comp Technol State Key Lab Comp Architecture Beijing Peoples R China Univ Chinese Acad Sci Beijing Peoples R China
Replicas of a vertex play an important role in existing distributed graph processing systems which make a single vertex to be parallel processed by multiple machines and access remote neighbors locally without any rem... 详细信息
来源: 评论
Andorra-I: A parallel prolog system that transparently exploits both and-and or-parallelism  91
Andorra-I: A parallel prolog system that transparently explo...
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, PPOPP 1991
作者: Costa, Vitor Santos Warren, David H. D. Yang, Rong Department of Computer Science University of Bristol BristolBS8 ITR United Kingdom
Andorra-I is an experimental parallel Prolog system that transparently exploits both dependent and-parallelism and or-parallelism. It constitutes the first implementation of the Basic Andorra model, a parallel executi... 详细信息
来源: 评论
parallel Schedule Synthesis for Attribute Grammars  13
Parallel Schedule Synthesis for Attribute Grammars
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Meyerovich, Leo A. Torok, Matthew E. Atkinson, Eric Bodik, Rastislav Univ Calif Berkeley Berkeley CA 94720 USA
We examine how to synthesize a parallel schedule of structured traversals over trees. In our system, programs are declaratively specified as attribute grammars. Our synthesizer automatically, correctly, and quickly sc... 详细信息
来源: 评论
Multi-Level parallel Computing of Reverse Time Migration for Seismic Imaging on Blue Gene/Q  13
Multi-Level Parallel Computing of Reverse Time Migration for...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Lu, Ligang Magerlein, Karen IBM Watson Res Ctr Yorktown Hts NY USA
Blue Gene/Q (BG/Q) is an early representative of increasing scale and thread count that will characterize future HPC systems: large counts of nodes, cores, and threads; and a rich programming environment with many deg... 详细信息
来源: 评论
The Tasks with Effects Model for Safe Concurrency  13
The Tasks with Effects Model for Safe Concurrency
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Heumann, Stephen T. Adve, Vikram S. Wang, Shengjie Univ Illinois Urbana IL 61801 USA
Today's widely-used concurrent programming models either provide weak safety guarantees, making it easy to write code with subtle errors, or are limited in the class of programs that they can express. We propose a... 详细信息
来源: 评论