咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是501-510 订阅
排序:
Flattening and parallelizing irregular, recurrent loop nests  95
Flattening and parallelizing irregular, recurrent loop nests
收藏 引用
proceedings of the 5th acm sigplan symposium on principles and practice of parallel programming
作者: Ghuloum, Anwar M. Fisher, Allan L. Carnegie Mellon Univ Pittsburgh PA United States
Irregular loop nests in which the loop bounds are determined dynamically by indexed arrays are difficult to compile into expressive parallel constructs, such as segmented scans and reductions. In this paper, we descri... 详细信息
来源: 评论
Array operation synthesis scheme to optimize Fortran 90 programs
Array operation synthesis scheme to optimize Fortran 90 prog...
收藏 引用
proceedings of the 5th acm sigplan symposium on principles and practice of parallel programming
作者: Hwang, Gwan-Hwan Lee, Jenq Kuen Ju, Dz-Ching Natl Tsing-Hua Univ Taiwan
An increasing number of programming languages, such as Fortran 90 and APL, are providing a rich set of intrinsic array functions and array expressions. These constructs which constitute an important part of data paral... 详细信息
来源: 评论
Software caching and computation migration in Olden  95
Software caching and computation migration in Olden
收藏 引用
proceedings of the 5th acm sigplan symposium on principles and practice of parallel programming
作者: Carlisle, Martin C. Rogers, Anne Princeton Univ Princeton NJ United States
The goal of the Olden project is to build a system that provides parallelism for general purpose C programs with minimal programmer annotations. We focus on programs using dynamic structures such as trees, lists, and ... 详细信息
来源: 评论
Reducing false sharing on shared memory multiprocessors through compile time data transformations  95
Reducing false sharing on shared memory multiprocessors thro...
收藏 引用
proceedings of the 5th acm sigplan symposium on principles and practice of parallel programming
作者: Jeremiassen, Tor E. Eggers, Susan J. AT&T Bell Lab Murray Hill NJ United States
We have developed compiler algorithms that analyze explicitly parallel programs and restructure their shared data to reduce the number of false sharing misses. The algorithms analyze per-process shared data accesses, ... 详细信息
来源: 评论
parallel algorithms for image histogramming and connected components with an experimental study
Parallel algorithms for image histogramming and connected co...
收藏 引用
proceedings of the 5th acm sigplan symposium on principles and practice of parallel programming
作者: Bader, David A. JaJa, Joseph Univ of Maryland College Park United States
This paper presents efficient and portable implementations of two useful primitives in image processing algorithms, histogramming and connected components. Our general framework is a single-address space, distributed ... 详细信息
来源: 评论
A model and compilation strategy for out-of-core data parallel programs  95
A model and compilation strategy for out-of-core data parall...
收藏 引用
proceedings of the fifth acm sigplan symposium on principles and practice of parallel programming
作者: Rajesh Bordawekar Alok Choudhary Ken Kennedy Charles Koelbel Michael Paleczny NPAC and ECE Dept. Syracuse University CRPC and CS Dept. Rice University
It is widely acknowledged in high-performance computing circles that parallel input/output needs substantial improvement in order to make scalable computers truly usable. We present a data storage model that allows pr...
来源: 评论
parallel skeletons for structured composition  95
Parallel skeletons for structured composition
收藏 引用
proceedings of the fifth acm sigplan symposium on principles and practice of parallel programming
作者: John Darlington Yi-ke Guo Hing Wing To Jin Yang Department of Computing Imperial College 180 Queen's Gate London SW7 2BZ U.K.
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 ...
来源: 评论
A linear-time algorithm for computing the memory access sequence in data-parallel programs  95
A linear-time algorithm for computing the memory access sequ...
收藏 引用
proceedings of the fifth acm sigplan symposium on principles and practice of parallel programming
作者: Ken Kennedy Nenad Nedeljkovic Ajay Sethi Center for Research on Parallel Computation Department of Computer Science Rice University
Data-parallel languages, such as High Performance Fortran, are widely regarded as a promising means for writing portable programs for distributed-memory machines. Novel features of these languages call for the develop...
来源: 评论
parallel algorithms for image histogramming and connected components with an experimental study (extended abstract)  95
Parallel algorithms for image histogramming and connected co...
收藏 引用
proceedings of the fifth acm sigplan symposium on principles and practice of parallel programming
作者: David A. Bader Joseph JáJá Institute for Advanced Computer Studies and Department of Electrical Engineering University of Maryland College Park MD
This paper presents efficient and portable implementations of two useful primitives in image processing algorithms, histogramming and connected components. Our general framework is a single-address space, distributed ... 详细信息
来源: 评论
Generating parallel code from object oriented mathematical models  95
Generating parallel code from object oriented mathematical m...
收藏 引用
proceedings of the fifth acm sigplan symposium on principles and practice of parallel programming
作者: Niclas Andersson Peter Fritzson Department of Computer and Information Science Linköping University S-581 83 Linköping Sweden
For a long time efficient use of parallel computers has been hindered by dependencies introduced in software through low-level implementation practice. In this paper we present a programming environment and language c...
来源: 评论