咨询与建议

限定检索结果

文献类型

  • 63 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 56 篇 工学
    • 54 篇 软件工程
    • 37 篇 计算机科学与技术...
    • 1 篇 电子科学与技术(可...
    • 1 篇 控制科学与工程
  • 9 篇 理学
    • 8 篇 数学
    • 2 篇 系统科学
    • 1 篇 大气科学
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 6 篇 parallel program...
  • 4 篇 computer program...
  • 4 篇 concurrency
  • 4 篇 gpu
  • 3 篇 performance anal...
  • 3 篇 synchronization
  • 2 篇 shared memory pa...
  • 2 篇 performance
  • 2 篇 parallelism
  • 2 篇 optimization
  • 2 篇 concurrent data ...
  • 2 篇 fusion
  • 2 篇 semantics
  • 2 篇 machine learning
  • 2 篇 parallel computi...
  • 2 篇 cache-coherence
  • 2 篇 sparse matrix
  • 2 篇 functional progr...
  • 2 篇 scheduling
  • 2 篇 openmp

机构

  • 3 篇 carnegie mellon ...
  • 2 篇 tsinghua univ de...
  • 2 篇 pacific northwes...
  • 2 篇 inria rocquencou...
  • 2 篇 tsinghua univ pe...
  • 2 篇 purdue univ w la...
  • 1 篇 ist austria klos...
  • 1 篇 fudan univ sch c...
  • 1 篇 nyu comp sci dep...
  • 1 篇 department of co...
  • 1 篇 department of co...
  • 1 篇 jetbrains prague...
  • 1 篇 tera computer co...
  • 1 篇 bnrist peoples r...
  • 1 篇 coll william & m...
  • 1 篇 univ lisbon inst...
  • 1 篇 univ of californ...
  • 1 篇 uc riverside riv...
  • 1 篇 coll william mar...
  • 1 篇 argonne natl lab...

作者

  • 3 篇 chen wenguang
  • 3 篇 zhai jidong
  • 3 篇 wang haojie
  • 2 篇 blelloch guy e.
  • 2 篇 li jiajia
  • 2 篇 dhulipala laxman
  • 2 篇 steele guy l. jr...
  • 2 篇 chen haibo
  • 2 篇 rainey mike
  • 2 篇 anderson daniel
  • 2 篇 krishnamoorthy s...
  • 2 篇 jin yuyang
  • 2 篇 tang xiongchao
  • 1 篇 guan haibing
  • 1 篇 nicol david m.
  • 1 篇 viswanathan rame...
  • 1 篇 ichiyoshi nobuyu...
  • 1 篇 dhruva tirumala
  • 1 篇 ichiyoshi n.
  • 1 篇 tirumala dhruva

语言

  • 63 篇 英文
检索条件"任意字段=Proceedings of the 22nd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming"
63 条 记 录,以下是1-10 订阅
排序:
An Architecture and programming Model for Accelerating parallel Commutative Computations via Privatization  22
An Architecture and Programming Model for Accelerating Paral...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Balaji, Vignesh Tirumala, Dhruva Lucia, Brandon Carnegie Mellon Univ Pittsburgh PA 15213 USA
来源: 评论
Recovering Performance for Vector-based Machine Learning on Managed Runtime  22
Recovering Performance for Vector-based Machine Learning on ...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Wu, Mingyu Guan, Haibing Zang, Binyu Chen, Haibo Shanghai Jiao Tong Univ Inst Parallel & Distributed Syst Shanghai Key Lab Scalable Comp & Syst Shanghai Peoples R China
The explosive growth of data and the demand for learning useful information from such data have stimulated a crossdisciplinary area named big learning, which leverages a cluster of commodity machines to run machine le... 详细信息
来源: 评论
Using Butterfly-Patterned Partial Sums to Draw from Discrete Distributions  17
Using Butterfly-Patterned Partial Sums to Draw from Discrete...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Steele, Guy L., Jr. Tristan, Jean-Baptiste Oracle Labs Ludhiana Punjab India
We describe a SIMD technique for drawing values from multiple discrete distributions, such as sampling from the random variables of a mixture model, that avoids computing a complete table of partial sums of the relati... 详细信息
来源: 评论
MAPA: An Automatic Memory Access Pattern Analyzer for GPU Applications  22
MAPA: An Automatic Memory Access Pattern Analyzer for GPU Ap...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Jo, Gangwon Jung, Jaehoon Park, Jiyoung Lee, Jaejin Seoul Natl Univ Ctr Manycore Programming Dept Comp Sci & Engn Seoul 08826 South Korea
Various existing optimization and memory consistency management techniques for GPU applications rely on memory access patterns of kernels. However, they suffer from poor practicality because they require explicit user... 详细信息
来源: 评论
Synchronized-by-Default Concurrency for Shared-Memory Systems  17
Synchronized-by-Default Concurrency for Shared-Memory System...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Battig, Martin Gross, Thomas R. Swiss Fed Inst Technol Dept Comp Sci Zurich Switzerland
We explore a programming approach for concurrency that synchronizes all accesses to shared memory by default. Synchronization takes place by ensuring that all program code runs inside atomic sections even if the progr... 详细信息
来源: 评论
Groute: An Asynchronous Multi-GPU programming Model for Irregular Computations  17
Groute: An Asynchronous Multi-GPU Programming Model for Irre...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Ben-Nun, Tal Sutton, Michael Pai, Sreepathi Pingali, Keshav Hebrew Univ Jerusalem Jerusalem Israel Univ Texas Austin Austin TX 78712 USA
Nodes with multiple GPUs are becoming the platform of choice for high-performance computing. However, most applications are written using bulk-synchronous programming models, which may not be optimal for irregular alg... 详细信息
来源: 评论
SC-Haskell: Sequential Consistency in Languages That Minimize Mutable Shared Heap  17
SC-Haskell: Sequential Consistency in Languages That Minimiz...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Vollmer, Michael Scott, Ryan G. Musuvathi, Madanlal Newton, Ryan R. Indiana Univ Bloomington IN 47405 USA Microsoft Res New York NY USA
A core, but often neglected, aspect of a programming language design is its memory (consistency) model. Sequential consistency (SC) is the most intuitive memory model for programmers as it guarantees sequential compos... 详细信息
来源: 评论
proceedings of the acm sigplan symposium on principles and practice of parallel programming, PPOPP
Proceedings of the ACM SIGPLAN Symposium on Principles and P...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming, PPoPP 2017
The proceedings contain 46 papers. The topics discussed include: layout lock: a scalable locking paradigm for concurrent data layout modifications;understanding the GPU microarchitecture to achieve bare-metal performa...
来源: 评论
POSTER: Provably Efficient Scheduling of Cache-Oblivious Wavefront Algorithms  17
POSTER: Provably Efficient Scheduling of Cache-Oblivious Wav...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Chowdhury, Rezaul Ganapathi, Pramod Tang, Yuan Tithi, Jesmin Jahan SUNY Stony Brook Dept Comp Sci Stony Brook NY 11794 USA Fudan Univ Sch Software Shanghai Key Lab Intelligent Informat Proc Shanghai Peoples R China Intel Corp Santa Clara CA USA
Standard cache-oblivious recursive divide-and-conquer algorithms for evaluating dynamic programming recurrences have optimal serial cache complexity but often have lower parallelism compared with iterative wavefront a... 详细信息
来源: 评论
A Multicore Path to Connectomics-on-Demand  17
A Multicore Path to Connectomics-on-Demand
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (PPoPP)
作者: Matveev, Alexander Meirovitch, Yaron Saribekyan, Hayk Jakubiuk, Wiktor Kaler, Tim Odor, Gergely Budden, David Zlateski, Aleksandar Shavit, Nir MIT 77 Massachusetts Ave Cambridge MA 02139 USA
The current design trend in large scale machine learning is to use distributed clusters of CPUs and GPUs with MapReduce-style programming. Some have been led to believe that this type of horizontal scaling can reduce ... 详细信息
来源: 评论