咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 47 篇 工学
    • 43 篇 软件工程
    • 30 篇 计算机科学与技术...
    • 1 篇 机械工程
    • 1 篇 电气工程
    • 1 篇 信息与通信工程
  • 5 篇 理学
    • 3 篇 数学
    • 1 篇 地质学
    • 1 篇 系统科学
  • 2 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 1 篇 工商管理
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 8 篇 gpu
  • 7 篇 performance
  • 5 篇 parallel algorit...
  • 5 篇 parallel program...
  • 4 篇 languages
  • 4 篇 algorithms
  • 4 篇 shared memory
  • 4 篇 scheduling
  • 3 篇 parallelism
  • 3 篇 parallel
  • 2 篇 graph algorithms
  • 2 篇 garbage collecti...
  • 2 篇 opencl
  • 2 篇 loop paralleliza...
  • 2 篇 machine learning
  • 2 篇 parallel computi...
  • 2 篇 parallel process...
  • 2 篇 multi-core
  • 1 篇 program debuggin...
  • 1 篇 object computer

机构

  • 5 篇 carnegie mellon ...
  • 2 篇 indiana univ blo...
  • 1 篇 contra costa col...
  • 1 篇 inria
  • 1 篇 rose hulman inst...
  • 1 篇 fudan univ sch c...
  • 1 篇 univ calif river...
  • 1 篇 georgetown univ ...
  • 1 篇 washington unive...
  • 1 篇 lawrence livermo...
  • 1 篇 univ calif san d...
  • 1 篇 tsinghua univ de...
  • 1 篇 software school ...
  • 1 篇 qualcomm technol...
  • 1 篇 carnegie mellon ...
  • 1 篇 the ohio state u...
  • 1 篇 univ chinese aca...
  • 1 篇 univ politecn ca...
  • 1 篇 univ innsbruck i...
  • 1 篇 univ paris 11 cn...

作者

  • 2 篇 chargueraud arth...
  • 2 篇 hoefler torsten
  • 2 篇 blelloch guy e.
  • 2 篇 cui huimin
  • 2 篇 rainey mike
  • 2 篇 lumsdaine andrew
  • 2 篇 shun julian
  • 2 篇 acar umut a.
  • 1 篇 laarman alfons
  • 1 篇 shang honghui
  • 1 篇 fahringer thomas
  • 1 篇 tang hong
  • 1 篇 kalvoda pavel
  • 1 篇 kofler klaus
  • 1 篇 friedley andrew
  • 1 篇 wang lei
  • 1 篇 shen kai
  • 1 篇 warren david h. ...
  • 1 篇 acar umut
  • 1 篇 foster ian t.

语言

  • 53 篇 英文
检索条件"任意字段=Proceedings of the 23rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming"
53 条 记 录,以下是31-40 订阅
排序:
Multi-Core On-The-Fly SCC Decomposition  16
Multi-Core On-The-Fly SCC Decomposition
收藏 引用
21st acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Bloemen, Vincent Laarman, Alfons van de Pol, Jaco Univ Twente Formal Methods & Tools POB 217 NL-7500 AE Enschede Netherlands Vienna Univ Technol FORSYTE Vienna Austria
The main advantages of Tarjan's strongly connected component (SCC) algorithm are its linear time complexity and ability to return SCCs on-the-fly, while traversing or even generating the graph. Until now, most par... 详细信息
来源: 评论
parallel-program transformation using a metalanguage  91
Parallel-program transformation using a metalanguage
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, PPOPP 1991
作者: Allan Yang, J. Choo, Young-Ii Department of Computer Science Yale University New HavenCT06520-2158 United States
Thk paper describes how program transformation using a rnetalanguage can be an effective methodology for developim~ gcorrect and efficient parallel programs. As an example, a class of different parallel matrix multipl... 详细信息
来源: 评论
From Non-determinism to Goroutines: A Fair Implementation of Curry in Go  2021
From Non-determinism to Goroutines: A Fair Implementation of...
收藏 引用
23rd International symposium on principles and practice of Declarative programming (PPDP)
作者: Boehm, Jonas Hanus, Michael Teegen, Finn CAU Kiel Inst Informat Kiel Germany
The declarative programming language Curry amalgamates demand-driven evaluation from functional programming with non-determinism from logic programming. In contrast to Prolog, the search strategy for non-deterministic... 详细信息
来源: 评论
RACE FRONTIER: Reproducing data parallel-program debugging  3
RACE FRONTIER: Reproducing data parallel-program debugging
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, PPOPP 1991
作者: Choi, Jong-Deok Mint, Sang Lyul I.B .M. T.J. Watson Research Center P.O. Box 704 Yorktown HeightsNY10598 United States Dept. of Computer Engineering Pusan National University Pusan609-735 Korea Republic of
A data race is a typical case of unintended nondeterminism, which occurs when two or more processes concurrently access the same memory location, with at least one of the accesses being a write access. This paper pres... 详细信息
来源: 评论
An open environment for building parallel programming systems
An open environment for building parallel programming system...
收藏 引用
1988 acm/sigplan Conference on parallel programming: Experience with Applications, Languages and Systems, PPEALS 1988
作者: Bershad, Brian N. Lazowska, Edward D. Levy, Henry M. Wagner, David B. Department of Computer Science University of Washington SeattleWA98195 United States
PRESTO is a set of tools for building parallel programming systems on shared-memory multiprocessors. PRESTO'S goal is to provide a framework within which one can easily build efficient support for any of a wide va... 详细信息
来源: 评论
parallel Suffix Array and Least Common Prefix for the GPU  13
Parallel Suffix Array and Least Common Prefix for the GPU
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Deo, Mrinal Keely, Sean Adv Micro Devices Inc Sunnyvale CA 94088 USA Univ Texas Austin Austin TX 78712 USA
Suffix Array (SA) is a data structure formed by sorting the suffixes of a string into lexicographic order. SAs have been used in a variety of applications, most notably in pattern matching and Burrows-Wheeler Transfor... 详细信息
来源: 评论
StreamScan: Fast Scan Algorithms for GPUs without Global Barrier Synchronization  13
StreamScan: Fast Scan Algorithms for GPUs without Global Bar...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Yan, Shengen Long, Guoping Zhang, Yunquan Chinese Acad Sci Inst Software Lab Parallel Software & Computat Sci Beijing 100864 Peoples R China Chinese Acad Sci State Key Lab Comp Sci Beijing 100864 Peoples R China Chinese Acad Sci Grad Univ Beijing 100864 Peoples R China
Scan (also known as prefix sum) is a very useful primitive for various important parallel algorithms, such as sort, BFS, SpMV, compaction and so on. Current state of the art of GPU based scan implementation consists o... 详细信息
来源: 评论
Scalable reader-writer synchronization for shared-memory multiprocessors  91
Scalable reader-writer synchronization for shared-memory mul...
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, PPOPP 1991
作者: Mellor-Crummey, John M. Scottt, Michael L. Computer Science Department University of Rochester RochesterNY14627 United States Center for Research on Parallel Computation Rice University P.O. Box 1892 HoustonTX77251-1892 United States
Reader-writer synchronization relaxes the constraints of mutual exclusion to permit more than one process to inspect a shared object concurrently, as long as none of them changes its value. On uniprocessors, mutual ex... 详细信息
来源: 评论
Ligra: A Lightweight Graph Processing Framework for Shared Memory  13
Ligra: A Lightweight Graph Processing Framework for Shared M...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Shun, Julian Blelloch, Guy E. Carnegie Mellon Univ Pittsburgh PA 15213 USA
There has been significant recent interest in parallel frameworks for processing graphs due to their applicability in studying social networks, the Web graph, networks in biology, and unstructured meshes in scientific... 详细信息
来源: 评论
Ownership Passing: Efficient Distributed Memory programming on Multi-core Systems  13
Ownership Passing: Efficient Distributed Memory Programming ...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Friedley, Andrew Hoefler, Torsten Bronevetsky, Greg Lumsdaine, Andrew Ma, Ching-Chen Indiana Univ Bloomington IN 47405 USA ETH Zurich Switzerland Lawrence Livermore Natl Lab Livermore CA USA Rose Hulman Inst Technol Terre Haute IN 47803 USA
The number of cores in multi- and many-core high-performance processors is steadily increasing. MPI, the de-facto standard for programming high-performance computing systems offers a distributed memory programming mod... 详细信息
来源: 评论