咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是221-230 订阅
排序:
Deterministic parallel Random-Number Generation for Dynamic-Multithreading Platforms  12
Deterministic Parallel Random-Number Generation for Dynamic-...
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Leiserson, Charles E. Schardl, Tao B. Sukha, Jim MIT Comp Sci & Artificial Intelligence Lab Cambridge MA 02139 USA
Existing concurrency platforms for dynamic multithreading do not provide repeatable parallel random-number generators. this paper proposes that a mechanism called pedigrees be built into the runtime system to enable e... 详细信息
来源: 评论
ParlayANN: Scalable and Deterministic parallel Graph-Based Approximate Nearest Neighbor Search Algorithms  24
ParlayANN: Scalable and Deterministic Parallel Graph-Based A...
收藏 引用
29th acm sigplan Annual symposium on principles and practice of parallel programming (PPoPP)
作者: Manohar, Magdalen Dobson Shen, Zheqi Blelloch, Guy E. Dhulipala, Laxman Gu, Yan Simhadri, Harsha Vardhan Sun, Yihan Carnegie Mellon Univ Pittsburgh PA 15213 USA UC Riverside Riverside CA USA Univ Maryland Baltimore MD USA Microsoft Res Redmond WA USA
Approximate nearest-neighbor search (ANNS) algorithms are a key part of the modern deep learning stack due to enabling efficient similarity search over high-dimensional vector space representations (i.e., embeddings) ... 详细信息
来源: 评论
Efficient Race Detection with Futures  19
Efficient Race Detection with Futures
收藏 引用
24th acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Utterback, Robert Agrawal, Kunal Fineman, Jeremy Lee, I-Ting Angelina Monmouth Coll Monmouth IL 61462 USA Washington Univ St Louis MO 14263 USA Georgetown Univ Washington DC 20057 USA
this paper addresses the problem of provably efficient and practically good on-the-fly determinacy race detection in task parallel programs that use futures. Prior works on determinacy race detection have mostly focus... 详细信息
来源: 评论
AN EQUATIONAL LANGUAGE FOR DATA-parallelISM  93
AN EQUATIONAL LANGUAGE FOR DATA-PARALLELISM
收藏 引用
4th SYMP ON principles AND practice OF parallel programming ( PPOPP )
作者: RAO, P WALINSKY, C PORTLAND GRP WILSONVILLEOR 97070 DARTMOUTH COLL HANOVERNH 03755
Data-parallelism provides a clean conceptual framework for parallel programming. We are developing two programming languages: a high level equational language, called EL*, and a low-level implementation language. Both... 详细信息
来源: 评论
LoPC: modeling contention in parallel algorithms
LoPC: modeling contention in parallel algorithms
收藏 引用
Proceedings of the 1997 6th acm sigplan symposium on principles and practice of parallel programming
作者: Frank, Matthew I. Agarwal, Anant Vernon, Mary K. Massachusetts Inst of Technology Cambridge United States
parallel algorithm designers need computational models that take first order system costs into account, but are also simple enough to use in practice. this paper introduces the LoPC model, which is inspired by the Log... 详细信息
来源: 评论
High performance fortran without templates: An alternative model for distribution and alignment  93
High performance fortran without templates: An alternative m...
收藏 引用
4th acm sigplan symposium on principles and practice of parallel programming, PPOPP 1993
作者: Chapman, Barbara M. Mehrotra, Piyush Zima, Hans P. Department for Software Technology and Parallel Systems University of Vienna Austria ICASE MS 132C NASA Langley Research Center HamptonVA23681 United States
Language extensions of Fortran are being developed which permit the user to map data structures to the individual processors of distributed memory machines. these languages allow a programming style in which global da... 详细信息
来源: 评论
Achieving a Single Compute Device Image in OpenCL for Multiple GPUs  11
Achieving a Single Compute Device Image in OpenCL for Multip...
收藏 引用
16th acm symposium on principles and practice of parallel programming
作者: Kim, Jungwon Kim, Honggyu Lee, Joo Hwan Lee, Jaejin Seoul Natl Univ Ctr Manycore Programming Sch Comp Sci & Engn Seoul 151744 South Korea
In this paper, we propose an OpenCL framework that treats multiple GPUs as a single compute device. Providing the single GPU image makes an OpenCL application written for a single GPU portable to the GPGPU systems wit... 详细信息
来源: 评论
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 ... 详细信息
来源: 评论
On the parallel I/O optimality of linear algebra kernels: Near-optimal LU factorization  21
On the parallel I/O optimality of linear algebra kernels: Ne...
收藏 引用
26th acm sigplan symposium on principles and practice of parallel programming, PPoPP 2021
作者: Kwasniewski, Grzegorz Ben-Nun, Tal Ziogas, Alexandros Nikolaos Schneider, Timo Besta, MacIej Hoefler, Torsten Timo Schneider Maciej Besta Torsten Hoefler Department of Computer Science Eth Zurich Switzerland
Dense linear algebra kernels are fundamental components of many scientific computing applications. In this work we present a novel method of deriving parallel I/O lower bounds for this broad family of programs. Based ... 详细信息
来源: 评论
Experiences using the parascope editor: An interactive parallel programming tool  93
Experiences using the parascope editor: An interactive paral...
收藏 引用
4th acm sigplan symposium on principles and practice of parallel programming, PPOPP 1993
作者: Hall, Mary W. Harvey, Timothy J. Kennedy, Ken McIntosh, Nathaniel McKinley, Kathryn S. Oldham, Jeffrey D. Paleczny, Michael H. Roth, Gerald Center for Integrated Systems Stanford University Palo AltoCA94305 United States Department of Computer Science Rice University HoustonTX77251-1892 United States 35 rue Saint Honoré Fontainebleau CedexF-77305 France
the ParaScope Editor is an interactive parallel programming tool that assists knowledgeable users in developing scientific Fortran programs. It displays the results of sophisticated program analyses, provides a set of... 详细信息
来源: 评论