咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是1-10 订阅
排序:
proceedings of the acm sigplan symposium on principles and practice of parallel programming, PPOPP
Proceedings of the ACM SIGPLAN Symposium on Principles and P...
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming, PPoPP 2018
The proceedings contain 50 papers. The topics discussed include: interval-based memory reclamation;harnessing epoch-based reclamation for efficient range queries;a persistent lock-free queue for non-volatile memory;hi...
来源: 评论
POSTER: TensorMD: Molecular Dynamics Simulation with Ab Initio Accuracy of 50 Billion Atoms  30
POSTER: TensorMD: Molecular Dynamics Simulation with Ab Init...
收藏 引用
30th symposium on principles and practice of parallel programming
作者: Ouyang, Yucheng Liu, Yin Shang, Honghui Chen, Zhenchuan Shan, Jiahao Cui, Huimin Feng, Xiaobing Chen, Xin Gao, Xingyu Wang, Lifang Song, Haifeng Chen, Xin Lin, Rongfen Li, Fang Chinese Acad Sci Inst Comp Technol Beijing Peoples R China Inst Appl Phys & Computat Math Beijing Peoples R China Natl Res Ctr Parallel Comp Engn & Technol Beijing Peoples R China
Molecular dynamics simulation emerges as an important area that HPC+AI helps to investigate the physical properties, with machine-learning interatomic potentials (MLIPs) being used. General-purpose machine-learning (M... 详细信息
来源: 评论
proceedings of the acm sigplan symposium on principles and practice of parallel programming, PPOPP
Proceedings of the ACM SIGPLAN Symposium on Principles and P...
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, PPOPP 1991
The proceedings contain 21 papers. The topics discussed include: optimal schedules for parallel prefix computation with bounded resources;parallel-program transformation using a metalanguage;mapping concurrent program...
来源: 评论
POSTER: Revealing parallel Scans and Reductions in Sequential Loops through Function Reconstruction  23
POSTER: Revealing Parallel Scans and Reductions in Sequentia...
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Jiang, Peng Agrawal, Gagan Ohio State Univ Dept Comp Sci & Engn Columbus OH 43210 USA
Many sequential loops are actually scans or reductions and can be parallelized across iterations despite the loop-carried dependences. In this work, we consider the parallelization of such scan/reduction loops, and pr... 详细信息
来源: 评论
POSTER: Reducing the Burden of parallel Loop Schedulers for Many-Core Processors  23
POSTER: Reducing the Burden of Parallel Loop Schedulers for ...
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Arif, Mahwish Vandierendonck, Hans Queens Univ Belfast Belfast Antrim North Ireland
This work proposes a low-overhead half-barrier pattern to schedule fine-grain parallel loops and considers its integration in the Intel OpenMP and Cilkplus schedulers. Experimental evaluation demonstrates that the sch... 详细信息
来源: 评论
POSTER: A Predictable Synchronisation Algorithm  23
POSTER: A Predictable Synchronisation Algorithm
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Reif, Stefan Schroeder-Preikschat, Wolfgang Friedrich Alexander Univ Erlangen Nurnberg Erlangen Germany
Interaction with physical objects often imposes latency requirements to multi-core embedded systems. One consequence is the need for synchronisation algorithms that provide predictable latency, in addition to high thr... 详细信息
来源: 评论
A Scalable Queue for Work Distribution on GPUs  18
A Scalable Queue for Work Distribution on GPUs
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Kerbl, Bernhard Mueller, Joerg Kenzel, Michael Schmalstieg, Dieter Steinberger, Markus Graz Univ Technol Graz Austria
Harnessing the power of massively parallel devices like the graphics processing unit (GPU) is difficult for algorithms that show dynamic or inhomogeneous workloads. To achieve high performance, such advanced algorithm... 详细信息
来源: 评论
POSTER: Graph partitioning applied to DAG scheduling to reduce NUMA effects  23
POSTER: Graph partitioning applied to DAG scheduling to redu...
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Sanchez Barrera, Isaac Casas, Marc Moreto, Miguel Ayguade, Eduard Labarta, Jesus Valero, Mateo Univ Politecn Cataluna Barcelona Supercomp Ctr Barcelona Spain
The complexity of shared memory systems is becoming more relevant as the number of memory domains increases, with different access latencies and bandwidth rates depending on the proximity between the cores and the dev... 详细信息
来源: 评论
Communication-Avoiding parallel Minimum Cuts and Connected Components  18
Communication-Avoiding Parallel Minimum Cuts and Connected C...
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Gianinazzi, Lukas Kalvoda, Pavel De Palma, Alessandro Besta, Maciej Hoefler, Torsten Swiss Fed Inst Technol Dept Comp Sci Zurich Switzerland Google Inc Mountain View CA USA
We present novel scalable parallel algorithms for finding global minimum cuts and connected components, which are important and fundamental problems in graph processing. To take advantage of future massively parallel ... 详细信息
来源: 评论
PAM: parallel Augmented Maps  18
PAM: Parallel Augmented Maps
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Sun, Yihan Ferizovic, Daniel Belloch, Guy E. Carnegie Mellon Univ Pittsburgh PA 15213 USA Karlsruhe Inst Technol Karlsruhe Germany
Ordered (key-value) maps are an important and widely-used data type for large-scale data processing frameworks. Beyond simple search, insertion and deletion, more advanced operations such as range extraction, filterin... 详细信息
来源: 评论