咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 34 篇 工学
    • 33 篇 计算机科学与技术...
    • 20 篇 软件工程
    • 1 篇 电气工程
    • 1 篇 电子科学与技术(可...
    • 1 篇 核科学与技术
  • 6 篇 理学
    • 6 篇 数学
    • 1 篇 系统科学

主题

  • 15 篇 performance
  • 7 篇 algorithms
  • 6 篇 parallel program...
  • 5 篇 languages
  • 4 篇 gpu
  • 3 篇 parallel algorit...
  • 3 篇 theory
  • 3 篇 parallel computi...
  • 2 篇 experimentation
  • 2 篇 graph algorithms
  • 2 篇 design
  • 2 篇 parallel process...
  • 2 篇 prefix sum
  • 2 篇 synchronization
  • 2 篇 concurrency
  • 1 篇 openmp superscal...
  • 1 篇 nvm-based comput...
  • 1 篇 lock
  • 1 篇 graph traversal
  • 1 篇 compaction

机构

  • 2 篇 shanghai jiao to...
  • 2 篇 swiss fed inst t...
  • 2 篇 shanghai jiao to...
  • 2 篇 tsinghua univ pe...
  • 1 篇 bnrist peoples r...
  • 1 篇 coll william & m...
  • 1 篇 computer network...
  • 1 篇 tsinghua univers...
  • 1 篇 technion haifa
  • 1 篇 intel corp visua...
  • 1 篇 fdn res technol ...
  • 1 篇 ohio state univ ...
  • 1 篇 national superco...
  • 1 篇 iit madras madra...
  • 1 篇 nyu dept comp sc...
  • 1 篇 adv micro device...
  • 1 篇 univ iowa iowa c...
  • 1 篇 pacific northwes...
  • 1 篇 boise state univ...
  • 1 篇 rice univ housto...

作者

  • 3 篇 mellor-crummey j...
  • 2 篇 hoefler torsten
  • 2 篇 zhai jidong
  • 2 篇 chen haibo
  • 2 篇 wang haojie
  • 2 篇 shun julian
  • 2 篇 jin yuyang
  • 2 篇 tang xiongchao
  • 1 篇 shang honghui
  • 1 篇 meng xiaozhu
  • 1 篇 milaković sran
  • 1 篇 harper jonathan
  • 1 篇 shi xinmin
  • 1 篇 jiang peng
  • 1 篇 li shigang
  • 1 篇 krentel mark w.
  • 1 篇 barker kevin
  • 1 篇 basin dmitry
  • 1 篇 jenista james c.
  • 1 篇 liu xu

语言

  • 39 篇 英文
检索条件"任意字段=25th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPoPP 2020"
39 条 记 录,以下是21-30 订阅
排序:
the Boat Hull Model: Adapting the Roofline Model to Enable Performance Prediction for parallel Computing  12
The Boat Hull Model: Adapting the Roofline Model to Enable P...
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Nugteren, Cedric Corporaal, Henk Eindhoven Univ Technol NL-5600 MB Eindhoven Netherlands
Multi-core and many-core were already major trends for the past six years, and are expected to continue for the next decades. With these trends of parallel computing, it becomes increasingly difficult to decide on whi... 详细信息
来源: 评论
DOJ: Dynamically parallelizing Object-Oriented Programs  12
DOJ: Dynamically Parallelizing Object-Oriented Programs
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Eom, Yong Hun Yang, Stephen Jenista, James C. Demsky, Brian Univ Calif Irvine Irvine CA 92717 USA
We present Dynamic Out-of-Order Java (DOJ), a dynamic parallelization approach. In DOJ, a developer annotates code blocks as tasks to decouple these blocks from the parent execution thread. the DOJ compiler then analy... 详细信息
来源: 评论
VEBO: A vertex- and edge-balanced ordering heuristic to load balance parallel graph processing  19
VEBO: A vertex- and edge-balanced ordering heuristic to load...
收藏 引用
24th acm sigplan symposium on principles and practice of parallel programming, ppopp 2019
作者: Sun, Jiawen Vandierendonck, Hans Nikolopoulos, Dimitrios S. Queen's University of Belfast United Kingdom
this work proposes Vertex- and Edge-Balanced Ordering (VEBO): balance the number of edges and the number of unique destinations of those edges. VEBO balances edges and vertices for graphs with a power-law degree distr... 详细信息
来源: 评论
Scalable GPU Graph Traversal  12
Scalable GPU Graph Traversal
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Merrill, Duane Garland, Michael Grimshaw, Andrew Univ Virginia Charlottesville VA 22903 USA NVIDIA Corp Santa Clara CA USA
Breadth-first search (BFS) is a core primitive for graph traversal and a basis for many higher-level graph analysis algorithms. It is also representative of a class of parallel computations whose memory accesses and w... 详细信息
来源: 评论
Advanced synchronization techniques for task-based runtime systems  21
Advanced synchronization techniques for task-based runtime s...
收藏 引用
26th acm sigplan symposium on principles and practice of parallel programming, ppopp 2021
作者: Álvarez, David Sala, Kevin Maroñas, Marcos Roca, Aleix Beltran, Vincenç Barcelona Supercomputing Center Barcelona Spain
Task-based programming models like OmpSs-2 and OpenMP provide a flexible data-flow execution model to exploit dynamic, irregular and nested parallelism. Providing an efficient implementation that scales well with smal... 详细信息
来源: 评论
Extending a C-like Language for Portable SIMD programming  12
Extending a C-like Language for Portable SIMD Programming
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Leissa, Roland Hack, Sebastian Wald, Ingo Univ Saarland Compiler Design Lab Saarbrucken Germany Intel Corp Visual Applicat Res Santa Clara CA 95051 USA
SIMD instructions are common in CPUs for years now. Using these instructions effectively requires not only vectorization of code, but also modifications to the data layout. However, automatic vectorization techniques ... 详细信息
来源: 评论
the Performance Power of Software Combining in Persistence  22
The Performance Power of Software Combining in Persistence
收藏 引用
27th acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Fatourou, Panagiota Kallimanis, Nikolaos D. Kosmas, Eleftherios Univ Paris LIPADE F-75006 Paris France Fdn Res Technol Hellas FORTH Inst Comp Sci Ilellas Greece Univ Crete Dept Comp Sci Iraklion Greece
the availability of Non-Volatile Main Memory (known as NVMM) enables the design of recoverable concurrent algorithms. We study the power of software combining in achieving recoverable synchronization and designing per... 详细信息
来源: 评论
PARRAY: A Unifying Array Representation for Heterogeneous parallelism  12
PARRAY: A Unifying Array Representation for Heterogeneous Pa...
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Chen, Yifeng Cui, Xiang Mei, Hong Peking Univ Sch EECS HCST Key Lab Beijing 100871 Peoples R China
this paper introduces a programming interface called PARRAY (or parallelizing ARRAYs) that supports system-level succinct programming for heterogeneous parallel systems like GPU clusters. the current practice of softw... 详细信息
来源: 评论
Communication-Centric Optimizations by Dynamically Detecting Collective Operations  12
Communication-Centric Optimizations by Dynamically Detecting...
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Hoefler, Torsten Schneider, Timo Univ Illinois Dept Comp Sci Urbana IL USA Tech Univ Chemnitz Dept Comp Sci Chemnitz Germany
the steady increase of parallelism in high-performance computing platforms implies that communication will be most important in large-scale applications. In this work, we tackle the problem of transparent optimization... 详细信息
来源: 评论
Portable parallel Performance from Sequential, Productive, Embedded Domain-Specific Languages  12
Portable Parallel Performance from Sequential, Productive, E...
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Kamil, Shoaib Coetzee, Derrick Beamer, Scott Cook, Henry Gonina, Ekaterina Harper, Jonathan Morlan, Jeffrey Fox, Armando Univ Calif Berkeley Berkeley CA 94720 USA Mississippi State Univ Mississippi State MS USA
Domain-expert productivity programmers desire scalable application performance, but usually must rely on efficiency programmers who are experts in explicit parallel programming to achieve it. Since such programmers ar... 详细信息
来源: 评论