咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 467 篇 工学
    • 413 篇 软件工程
    • 361 篇 计算机科学与技术...
    • 21 篇 电子科学与技术(可...
    • 21 篇 控制科学与工程
    • 9 篇 信息与通信工程
    • 5 篇 机械工程
    • 5 篇 电气工程
    • 4 篇 生物工程
    • 3 篇 动力工程及工程热...
    • 3 篇 生物医学工程(可授...
    • 2 篇 力学(可授工学、理...
    • 2 篇 建筑学
    • 2 篇 土木工程
    • 2 篇 农业工程
    • 1 篇 冶金工程
  • 87 篇 理学
    • 78 篇 数学
    • 12 篇 系统科学
    • 7 篇 统计学(可授理学、...
    • 4 篇 生物学
    • 2 篇 物理学
    • 2 篇 化学
    • 1 篇 大气科学
    • 1 篇 地质学
  • 25 篇 管理学
    • 19 篇 管理科学与工程(可...
    • 14 篇 工商管理
    • 6 篇 图书情报与档案管...
  • 4 篇 教育学
    • 4 篇 教育学
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 3 篇 法学
    • 3 篇 社会学
  • 2 篇 农学
    • 2 篇 作物学

主题

  • 74 篇 performance
  • 72 篇 parallel process...
  • 63 篇 parallel program...
  • 44 篇 algorithms
  • 42 篇 languages
  • 35 篇 design
  • 26 篇 parallel algorit...
  • 25 篇 gpu
  • 15 篇 computer program...
  • 14 篇 parallel computi...
  • 13 篇 parallel
  • 12 篇 experimentation
  • 12 篇 measurement
  • 10 篇 mpi
  • 10 篇 transactional me...
  • 9 篇 graphics process...
  • 9 篇 theory
  • 9 篇 concurrency
  • 8 篇 multicore
  • 8 篇 synchronization

机构

  • 13 篇 carnegie mellon ...
  • 7 篇 indiana univ blo...
  • 4 篇 univ wisconsin d...
  • 4 篇 univ chinese aca...
  • 4 篇 univ illinois ur...
  • 4 篇 swiss fed inst t...
  • 4 篇 mit csail united...
  • 4 篇 shanghai jiao to...
  • 4 篇 mit comp sci & a...
  • 4 篇 rice university
  • 4 篇 univ rochester r...
  • 4 篇 purdue univ w la...
  • 3 篇 univ of tokyo
  • 3 篇 tsinghua univ de...
  • 3 篇 massachusetts in...
  • 3 篇 ohio state univ ...
  • 3 篇 carnegie mellon ...
  • 3 篇 inria rocquencou...
  • 3 篇 itmo univ st pet...
  • 3 篇 tsinghua univ pe...

作者

  • 9 篇 chen haibo
  • 8 篇 hoefler torsten
  • 8 篇 blelloch guy e.
  • 8 篇 agrawal kunal
  • 7 篇 garland michael
  • 7 篇 leiserson charle...
  • 6 篇 sun yihan
  • 6 篇 zhai jidong
  • 6 篇 shun julian
  • 6 篇 mellor-crummey j...
  • 5 篇 rainey mike
  • 5 篇 miller barton p.
  • 5 篇 krishnamoorthy s...
  • 5 篇 tsigas philippas
  • 5 篇 padua david
  • 5 篇 nikolopoulos dim...
  • 5 篇 lam monica s.
  • 5 篇 valero mateo
  • 5 篇 scott michael l.
  • 4 篇 taura kenjiro

语言

  • 538 篇 英文
  • 26 篇 其他
检索条件"任意字段=Proceedings of the ninth ACM SIGPLAN symposium on Principles and practice of parallel programming"
564 条 记 录,以下是391-400 订阅
排序:
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 ... 详细信息
来源: 评论
Scaling model checking of dataraces using dynamic information  05
Scaling model checking of dataraces using dynamic informatio...
收藏 引用
2005 acm sigplan symposium on principles and Practise of parallel programming, PROPP 05
作者: Shacham, Ohad Sagiv, Mooly Schuster, Assaf School of Computer Science Tel Aviv University IBM Haifa Research Lab. School of Computer Science Tel Aviv University Computer Science Department Technion
Dataraces in multithreaded programs often indicate severe bugs and can cause unexpected behaviors when different thread interleavings are executed. Because dataraces are a cause for concern, many works have dealt with... 详细信息
来源: 评论
Using multiple energy gears in MPI programs on a power-scalable cluster  05
Using multiple energy gears in MPI programs on a power-scala...
收藏 引用
2005 acm sigplan symposium on principles and Practise of parallel programming, PROPP 05
作者: Freeh, Vincent W. Pan, Feng Kappiah, Nandini Lowenthal, David K. Department of Computer Science North Carolina State University Raleigh NC United States Department of Computer Science University of Georgia Athens GA United States
Recently, system architects have built low-power, high-performance clusters, such as Green Destiny. The idea behind these clusters is to improve the energy efficiency of nodes. However, these clusters save power at th... 详细信息
来源: 评论
Exposing disk layout to compiler for reducing energy consumption of parallel disk based systems  05
Exposing disk layout to compiler for reducing energy consump...
收藏 引用
2005 acm sigplan symposium on principles and Practise of parallel programming, PROPP 05
作者: Son, S.W. Chen, G. Kandemir, M. Choudhary, A. CSE Department Pennsylvania State University University Park PA 16802 United States ECE Department Northwestern University Evanston IL 60208 United States
Disk subsystem is known to be a major contributor to overall power consumption of high-end parallel systems. Past research proposed several architectural level techniques to reduce disk power by taking advantage of id... 详细信息
来源: 评论
proceedings of the acm sigplan symposium on principles and Pracice of parallel programming, PPOPP: Preface
Proceedings of the ACM SIGPLAN Symposium on Principles and P...
收藏 引用
proceedings of the acm sigplan symposium on principles and practice of parallel programming, PPOPP 2005年 iii页
作者: Yelick, Katherine Grimshaw, Andrew
No abstract available
来源: 评论
Effective communication coalescing for data-parallel applications  05
Effective communication coalescing for data-parallel applica...
收藏 引用
proceedings of the tenth acm sigplan symposium on principles and practice of parallel programming
作者: Daniel Chavarría-Miranda John Mellor-Crummey Pacific Northwest National Laboratory (PNNL) 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... 详细信息
来源: 评论