咨询与建议

限定检索结果

文献类型

  • 336 篇 会议
  • 49 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 335 篇 工学
    • 290 篇 软件工程
    • 274 篇 计算机科学与技术...
    • 13 篇 电子科学与技术(可...
    • 7 篇 信息与通信工程
    • 4 篇 机械工程
    • 4 篇 控制科学与工程
    • 4 篇 生物工程
    • 3 篇 电气工程
    • 3 篇 生物医学工程(可授...
    • 2 篇 力学(可授工学、理...
    • 2 篇 动力工程及工程热...
    • 1 篇 建筑学
    • 1 篇 土木工程
    • 1 篇 化学工程与技术
    • 1 篇 核科学与技术
    • 1 篇 农业工程
    • 1 篇 环境科学与工程(可...
  • 63 篇 理学
    • 58 篇 数学
    • 4 篇 生物学
    • 4 篇 系统科学
    • 4 篇 统计学(可授理学、...
    • 3 篇 化学
    • 2 篇 物理学
  • 17 篇 管理学
    • 11 篇 管理科学与工程(可...
    • 9 篇 工商管理
    • 6 篇 图书情报与档案管...
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 3 篇 法学
    • 3 篇 社会学
  • 1 篇 教育学
    • 1 篇 教育学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 73 篇 performance
  • 52 篇 parallel process...
  • 44 篇 parallel program...
  • 43 篇 languages
  • 42 篇 algorithms
  • 35 篇 design
  • 21 篇 gpu
  • 20 篇 parallel algorit...
  • 14 篇 experimentation
  • 12 篇 measurement
  • 11 篇 theory
  • 8 篇 mpi
  • 8 篇 parallel computi...
  • 7 篇 graphics process...
  • 7 篇 parallel
  • 7 篇 concurrency
  • 6 篇 scalability
  • 6 篇 parallelism
  • 6 篇 verification
  • 6 篇 openmp

机构

  • 7 篇 carnegie mellon ...
  • 4 篇 univ wisconsin d...
  • 4 篇 indiana univ blo...
  • 3 篇 univ of tokyo
  • 3 篇 tsinghua univers...
  • 3 篇 univ chinese aca...
  • 3 篇 massachusetts in...
  • 3 篇 univ illinois ur...
  • 3 篇 swiss fed inst t...
  • 3 篇 mit csail united...
  • 3 篇 shanghai jiao to...
  • 3 篇 tsinghua univ pe...
  • 3 篇 univ utah sch co...
  • 3 篇 rice univ housto...
  • 3 篇 univ calif berke...
  • 2 篇 ist austria klos...
  • 2 篇 princeton univ d...
  • 2 篇 georgetown univ ...
  • 2 篇 shanghai key lab...
  • 2 篇 univ of wisconsi...

作者

  • 8 篇 blelloch guy e.
  • 6 篇 hoefler torsten
  • 6 篇 garland michael
  • 6 篇 chen haibo
  • 6 篇 shun julian
  • 5 篇 sun yihan
  • 5 篇 zhai jidong
  • 5 篇 tsigas philippas
  • 4 篇 dhulipala laxman
  • 4 篇 chen wenguang
  • 4 篇 tan guangming
  • 4 篇 wang haojie
  • 4 篇 nikolopoulos dim...
  • 4 篇 long guoping
  • 4 篇 sarkar vivek
  • 4 篇 valero mateo
  • 4 篇 mellor-crummey j...
  • 4 篇 gu yan
  • 4 篇 kennedy ken
  • 3 篇 taura kenjiro

语言

  • 357 篇 英文
  • 28 篇 其他
检索条件"任意字段=9th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming"
385 条 记 录,以下是121-130 订阅
排序:
Using GPU's to Accelerate Stencil-based Computation Kernels for the Development of Large Scale Scientific Applications on Heterogeneous Systems  12
Using GPU's to Accelerate Stencil-based Computation Kernels ...
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Tao, Jian Blazewicz, Marek Brandt, Steven R. Louisiana State Univ Ctr Computat & Technol Baton Rouge LA 70803 USA Poznan Supercomp & Networking Ctr Applicat Dept Poznan Poland
We present CaCUDA - a GPGPU kernel abstraction and a parallel programming framework for developing highly efficient large scale scientific applications using stencil computations on hybrid CPU/GPU architectures. CaCUD... 详细信息
来源: 评论
Practical parallel Hypergraph Algorithms  20
Practical Parallel Hypergraph Algorithms
收藏 引用
25th acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Shun, Julian MIT CSAIL Cambridge MA 02139 USA
While there has been significant work on parallel graph processing, there has been very surprisingly little work on high-performance hypergraph processing. this paper presents a collection of efficient parallel algori... 详细信息
来源: 评论
Observing intermediate structures in a parallel lazy functional language  07
Observing intermediate structures in a parallel lazy functio...
收藏 引用
9th International acm sigplan Conference on principles and practice of Declarative programming, PPDP'07
作者: De La Encina, Alberto Llana, Luis Rubio, Fernando Hidalgo-Herrero, Mercedes Dpto. Sistemas Informticos y Computacin Facultad de Informática Universidad Complutense de Madrid Spain C/. Prof.Jose Garcia Santesmases s/n E-28040 Madrid Spain Dpto. Didctica de Las Matemticas Facultad de Educación Universidad Complutense de Madrid Spain C/. Rector Royo-Villanova s/n E-28040 Madrid Spain
Due to the use of higher-order functions and laziness, debugging lazy functional programs is not a trivial task. Fortunately, several debuggers have appeared during the last years. However, the difficulty of the debug... 详细信息
来源: 评论
PPoPP'08 - Proceedings of the 2008 acm sigplan symposium on principles and practice of parallel programming
PPoPP'08 - Proceedings of the 2008 ACM SIGPLAN Symposium on ...
收藏 引用
13th acm sigplan symposium on principles and practice of parallel programming, PPoPP'08
the proceedings contain 42 papers. the topics discussed include: automatic data movement and computation mapping for multi-level parallel architectures with explicitly managed memories;type inference for locality anal...
来源: 评论
Scaling Out Speculative Execution of Finite-State Machines with parallel Merge  20
Scaling Out Speculative Execution of Finite-State Machines w...
收藏 引用
25th acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Xia, Yang Jiang, Peng Agrawal, Gagan Ohio State Univ Columbus OH 43210 USA Univ Iowa Iowa City IA USA
A finite-state machine (FSM) is a key component for many important applications, such as Huffman decoding, regular expression matching and HTML tokenization. Due to its inherent dependencies and unpredictable memory a... 详细信息
来源: 评论
No Barrier in the Road: A Comprehensive Study and Optimization of ARM Barriers  20
No Barrier in the Road: A Comprehensive Study and Optimizati...
收藏 引用
25th acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Liu, Nian Zang, Binyu Chen, Haibo Shanghai Jiao Tong Univ Inst Parallel & Distributed Syst Shanghai Peoples R China Shanghai Jiao Tong Univ Shanghai Key Lab Scalable Comp & Syst Shanghai Peoples R China
In this paper, we present the first comprehensive performance characterization and optimization of ARM barriers on both mobile and server platforms. We draw a set of observations through several abstracted models and ... 详细信息
来源: 评论
the RPC Calculus
The RPC Calculus
收藏 引用
11th International acm sigplan symposium on principles and practice of Declarative programming (PPDP 09)
作者: Cooper, Ezra E. K. Wadler, Philip Univ Edinburgh Edinburgh EH8 9YL Midlothian Scotland
Several recent language designs have offered a unified language for programming a distributed system, with explicit notation of locations;we call these "location-aware" languages. these languages provide con... 详细信息
来源: 评论
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... 详细信息
来源: 评论
parallel skeletons for structured composition
Parallel skeletons for structured composition
收藏 引用
Proceedings of the 5th acm sigplan symposium on principles and practice of parallel programming
作者: Darlington, John Guo, Yi-ke To, Hing Wing Yang, Jin Imperial Coll London United Kingdom
In this paper, we propose a straightforward solution to the problems of compositional parallel programming by using skeletons as the uniform mechanism for structured composition. In our approach parallel programs are ... 详细信息
来源: 评论
Accelerating CUDA Graph Algorithms at Maximum Warp  11
Accelerating CUDA Graph Algorithms at Maximum Warp
收藏 引用
16th acm symposium on principles and practice of parallel programming
作者: Hong, Sungpack Kim, Sang Kyun Oguntebi, Tayo Olukotun, Kunle Stanford Univ Comp Syst Lab Stanford CA 94305 USA
Graphs are powerful data representations favored in many computational domains. Modern GPUs have recently shown promising results in accelerating computationally challenging graph problems but their performance suffer... 详细信息
来源: 评论