咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 11 篇 工学
    • 11 篇 计算机科学与技术...
    • 11 篇 软件工程
    • 3 篇 控制科学与工程
    • 2 篇 电子科学与技术(可...
    • 1 篇 力学(可授工学、理...
    • 1 篇 动力工程及工程热...
  • 6 篇 理学
    • 6 篇 数学
    • 1 篇 物理学
    • 1 篇 统计学(可授理学、...
  • 3 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 2 篇 工商管理

主题

  • 9 篇 parallel process...
  • 1 篇 program compiler...
  • 1 篇 computer program...

机构

  • 1 篇 george washingto...
  • 1 篇 stanford univers...
  • 1 篇 department of co...
  • 1 篇 dept. of electri...
  • 1 篇 department of co...
  • 1 篇 dept. of compute...
  • 1 篇 center for embed...
  • 1 篇 stanford univers...
  • 1 篇 ece department n...
  • 1 篇 department of co...
  • 1 篇 dept. of compute...
  • 1 篇 cse department p...
  • 1 篇 department of co...
  • 1 篇 intel corporatio...
  • 1 篇 center for super...
  • 1 篇 pacific northwes...
  • 1 篇 kai software lab...
  • 1 篇 rice university ...
  • 1 篇 dept. of compute...

作者

  • 2 篇 chavarría-mirand...
  • 2 篇 mellor-crummey j...
  • 1 篇 son s.w.
  • 1 篇 sahoo swarup kum...
  • 1 篇 cong shengnan
  • 1 篇 dotsenko yuri
  • 1 篇 ramanujam j.
  • 1 篇 lu qingda
  • 1 篇 van de geijn rob...
  • 1 篇 hoeflinger jay
  • 1 篇 gao xiaoyang
  • 1 篇 padua david
  • 1 篇 choudhary a.
  • 1 篇 olukotun kunle
  • 1 篇 grimshaw andrew
  • 1 篇 coarfa cristian
  • 1 篇 lam chi-chung
  • 1 篇 polychronopoulos...
  • 1 篇 kandemir m.
  • 1 篇 wang liqiang

语言

  • 12 篇 英文
检索条件"任意字段=2005 ACM SIGPLAN Symposium on Principles and Practise of Parallel Programming, PROPP 05"
12 条 记 录,以下是1-10 订阅
排序:
Proceedings of the 2005 acm sigplan symposium on principles and Practice of parallel programming, PPOPP'05
Proceedings of the 2005 ACM SIGPLAN Symposium on Principles ...
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
The proceedings contain 28 records. The topics discussed include: compiler techniques for high performance sequentially consistent Java programs;effective communication coalescing for data-parallel applications;a line... 详细信息
来源: 评论
Effective communication coalescing for data-parallel applications
Effective communication coalescing for data-parallel applica...
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Chavarría-Miranda, Daniel Mellor-Crummey, John Dept. of Computer Science Rice University
Communication coalescing is a static optimization that can reduce both communication frequency and redundant data transfer in compiler-generated code for regular, data parallel applications. We present an algorithm fo... 详细信息
来源: 评论
Performance modeling and optimization of parallel out-of-core tensor contractions  05
Performance modeling and optimization of parallel out-of-cor...
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Gao, Xiaoyang Sahoo, Swarup Kumar Lam, Chi-Chung Ramanujam, J. Lu, Qingda Baumgartner, Gerald Sadayappan, P. Dept. of Computer Science and Engineering Ohio State University Dept. of Computer Science Louisiana State University Dept. of Electrical and Computer Engineering Louisiana State University
The Tensor Contraction Engine (TCE) is a domain-specific compiler for implementing complex tensor contraction expressions arising in quantum chemistry applications modeling electronic structure. This paper develops a ... 详细信息
来源: 评论
Why is graphics hardware so fast?  05
Why is graphics hardware so fast?
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Hanrahan, Pat Stanford University Gates Computer Science Building Stanford CA 94305-4070 Department of Computer Science and Electrical Engineering Stanford University
NVIDIA has claimed that their graphics processors (or GPUs) are improving at a rate three times faster than Moore's Law for processors. A $25 GPU is rated from 50-100 gigaflops and approximately 1 teraop (8-bit op... 详细信息
来源: 评论
A sampling-based framework for parallel data mining  05
A sampling-based framework for parallel data mining
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Cong, Shengnan Han, Jiawei Hoeflinger, Jay Padua, David Department of Computer Science University of Illinois Urbana IL 61801 United States KAI Software Lab. Intel Americas Inc. Champaign IL 61820 United States
The goal of data mining algorithm is to discover useful information embedded in large databases. Frequent itemset mining and sequential pattern mining are two important data mining problems with broad applications. Pe... 详细信息
来源: 评论
Static analysis of atomicity for programs with non-blocking synchronization  05
Static analysis of atomicity for programs with non-blocking ...
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Wang, Liqiang Stoller, Scott D. Department of Computer Science State University of New York at Stony Brook Stony Brook NY 11794 United States
In concurrent programming, non-blocking synchronization is very efficient but difficult to design correctly. This paper presents a static analysis to show that code blocks are atomic, i.e., that every execution of the... 详细信息
来源: 评论
Extracting SMP parallelism for dense linear algebra algorithms from high-level specifications  05
Extracting SMP parallelism for dense linear algebra algorith...
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Low, Tze Meng Van De Geijn, Robert A. Van Zee, Field G. Department of Computer Sciences University of Texas at Austin Austin TX 78712
We show how to exploit high-level information, available as part of the derivation of provably correct algorithms, so that SMP parallelism can be systematically identified. Recent research has shown that loop-based de... 详细信息
来源: 评论
A novel approach for partitioning iteration spaces with variable densities  05
A novel approach for partitioning iteration spaces with vari...
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Kejariwal, Arun Nicolau, Alexandra Banerjee, Utpal Polychronopoulos, Constantine D. Center for Embedded Computer Systems University of California at Irvine Irvine CA United States Intel Corporation Santa Clara CA United States Center for Supercomputing Research and Development University of Illinois at Urbana-Champaign Urbana IL United States
Efficient partitioning of parallel loops plays a critical role in high performance and efficient use of multiprocessor systems. Although a significant amount of work has been done in partitioning and scheduling of loo... 详细信息
来源: 评论
An evaluation of global address space languages: Co-array fortran and Unified parallel C  05
An evaluation of global address space languages: Co-array fo...
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Coarfa, Cristian Dotsenko, Yuri Mellor-Crummey, John Cantonnet, François Ei-Ghazawi, Tarek Mohanti, Ashrujit Yao, Yiyi Chavarría-Miranda, Daniel Rice University Houston TX George Washington University Washington DC Pacific Northwest National Laboratory Richland WA
Co-array Fortran (CAP) and Unified parallel C (UPC) are two emerging languages for single-program, multiple-data global address space programming. These languages boost programmer productivity by providing shared vari... 详细信息
来源: 评论
Exposing speculative thread parallelism in SPEC2000  05
Exposing speculative thread parallelism in SPEC2000
收藏 引用
2005 acm sigplan symposium on principles and practise of parallel programming, propp 05
作者: Prabhu, Manohar K. Olukotun, Kunle Stanford University Computer Systems Laboratory Stanford CA 94305
As increasing the performance of single-threaded processors becomes increasingly difficult, consumer desktop processors are moving toward multi-core designs. One way to enhance the performance of chip multiprocessors ... 详细信息
来源: 评论