咨询与建议

限定检索结果

文献类型

  • 36 篇 会议
  • 3 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 37 篇 工学
    • 36 篇 计算机科学与技术...
    • 18 篇 软件工程
    • 1 篇 机械工程
    • 1 篇 电子科学与技术(可...
  • 10 篇 理学
    • 10 篇 数学
    • 1 篇 化学
    • 1 篇 系统科学
    • 1 篇 统计学(可授理学、...
  • 6 篇 管理学
    • 4 篇 管理科学与工程(可...
    • 3 篇 工商管理
    • 2 篇 图书情报与档案管...
  • 1 篇 经济学
    • 1 篇 应用经济学

主题

  • 5 篇 parallel program...
  • 3 篇 parallel algorit...
  • 3 篇 performance
  • 2 篇 graphic methods
  • 2 篇 concurrency
  • 1 篇 lock
  • 1 篇 compaction
  • 1 篇 parallel process...
  • 1 篇 parallel archite...
  • 1 篇 scalability loss...
  • 1 篇 call-by-need eva...
  • 1 篇 bounded model ch...
  • 1 篇 sequentializatio...
  • 1 篇 performance opti...
  • 1 篇 finite-state mac...
  • 1 篇 gpu programming
  • 1 篇 massively parall...
  • 1 篇 big data
  • 1 篇 supercomputers
  • 1 篇 anomaly detectio...

机构

  • 3 篇 tsinghua univ pe...
  • 2 篇 shanghai key lab...
  • 2 篇 shanghai jiao to...
  • 2 篇 washington univ ...
  • 2 篇 shanghai jiao to...
  • 2 篇 purdue univ w la...
  • 1 篇 arm res 5707 sou...
  • 1 篇 nvidia corporati...
  • 1 篇 bnrist peoples r...
  • 1 篇 coll william & m...
  • 1 篇 sandia national ...
  • 1 篇 tsinghua univ de...
  • 1 篇 software school ...
  • 1 篇 baidu inc. sunny...
  • 1 篇 computer science...
  • 1 篇 technion haifa
  • 1 篇 department of co...
  • 1 篇 ohio state univ ...
  • 1 篇 llnl united stat...
  • 1 篇 iit madras madra...

作者

  • 4 篇 chen haibo
  • 4 篇 wang haojie
  • 3 篇 zhai jidong
  • 3 篇 jin yuyang
  • 3 篇 mellor-crummey j...
  • 2 篇 li peng
  • 2 篇 chen wenguang
  • 2 篇 zang binyu
  • 2 篇 chen rong
  • 2 篇 iancu costin
  • 2 篇 beard jonathan c...
  • 2 篇 tang xiongchao
  • 1 篇 ballard grey
  • 1 篇 guan haibing
  • 1 篇 meng xiaozhu
  • 1 篇 jin ye
  • 1 篇 milaković sran
  • 1 篇 maydan dror e.
  • 1 篇 klasky scott
  • 1 篇 jiang peng

语言

  • 39 篇 英文
检索条件"任意字段=20th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPoPP 2015"
39 条 记 录,以下是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...
收藏 引用
20th acm sigplan symposium on principles and practice of parallel programming, ppopp 2015
the proceedings contain 44 papers. the topics discussed include: predicate RCU: an RCU for scalable concurrent updates;automatic scalable atomicity via semantic locking;a framework for practical parallel fast matrix m...
来源: 评论
Tiles: A new language mechanism for heterogeneous parallelism  2015
Tiles: A new language mechanism for heterogeneous parallelis...
收藏 引用
20th acm sigplan symposium on principles and practice of parallel programming, ppopp 2015
作者: Chen, Yifeng Cui, Xiang Mei, Hong HCST Key Lab. School of EECS Peking University Beijing100871 China
this paper studies the essence of heterogeneity from the perspective of language mechanism design. the proposed mechanism, called tiles, is a program construct that bridges two relative levels of computation: an outer... 详细信息
来源: 评论
the lock-free k-LSM relaxed priority queue  2015
The lock-free k-LSM relaxed priority queue
收藏 引用
20th acm sigplan symposium on principles and practice of parallel programming, ppopp 2015
作者: Wimmer, Martin Gruber, Jakob Träff, Jesper Larsson Tsigas, Philippas Faculty of Informatics Parallel Computing Vienna University of Technology Vienna/Wien1040 Austria Computer Science and Engineering Chalmers University of Technology Göteborg412 96 Sweden
We present a new, concurrent, lock-free priority queue that relaxes the delete-min operation to allow deletion of any of the ρ+1 smallest keys instead of only a minimal one, where ρ is a parameter that can be config... 详细信息
来源: 评论
A collection-oriented programming model for performance portability  2015
A collection-oriented programming model for performance port...
收藏 引用
20th acm sigplan symposium on principles and practice of parallel programming, ppopp 2015
作者: Muralidharan, Saurav Garland, Michael Catanzaro, Bryan Sidelnik, Albert Hall, Mary University of Utah Salt Lake CityUT United States NVIDIA Corporation Santa ClaraCA United States Baidu Inc. SunnyvaleCA United States
this paper describes Surge, a collection-oriented programming model that enables programmers to compose parallel computations using nested high-level data collections and operators. Surge exposes a code generation int... 详细信息
来源: 评论
parallel and Distributed Bounded Model Checking of Multi-threaded Programs  20
Parallel and Distributed Bounded Model Checking of Multi-thr...
收藏 引用
25th acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Inverso, Omar Trubiani, Catia Gran Sasso Sci Inst Laquila Italy
We introduce a structure-aware parallel technique for context-bounded analysis of concurrent programs. the key intuition consists in decomposing the set of concurrent traces into symbolic subsets that are separately e... 详细信息
来源: 评论
PLUM: Static parallel Program Locality Analysis under Uniform Multiplexing  20
PLUM: Static Parallel Program Locality Analysis under Unifor...
收藏 引用
25th acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Liu, Fangzhou Chen, Dong Smith, Wesley Ding, Chen Univ Rochester Rochester NY 14627 USA Natl Univ Def Technol Changsha Peoples R China
Data movement has a significant impact on program performance. For multithread programs, this impact is amplified, since different threads often interfere with each other by competing for shared cache space. However, ... 详细信息
来源: 评论
A framework for practical parallel fast matrix multiplication  2015
A framework for practical parallel fast matrix multiplicatio...
收藏 引用
20th acm sigplan symposium on principles and practice of parallel programming, ppopp 2015
作者: Benson, Austin R. Ballard, Grey Institute for Computational and Mathematical Engineering Stanford University StanfordCA United States Sandia National Laboratories LivermoreCA United States
Matrix multiplication is a fundamental computation in many scientific disciplines. In this paper, we show that novel fast matrix multiplication algorithms can significantly outperform vendor implementations of the cla... 详细信息
来源: 评论
A library for portable and composable data locality optimizations for NUMA systems  2015
A library for portable and composable data locality optimiza...
收藏 引用
20th acm sigplan symposium on principles and practice of parallel programming, ppopp 2015
作者: Majo, Zoltan Gross, thomas R. Department of Computer Science ETH Zurich Switzerland
Many recent multiprocessor systems are realized with a nonuniform memory architecture (NUMA) and accesses to remote memory locations take more time than local memory accesses. Optimizing NUMA memory system performance... 详细信息
来源: 评论
Deadlock-free buffer configuration for stream computing
收藏 引用
INTERNATIONAL JOURNAL OF HIGH PERFORMANCE COMPUTING APPLICATIONS 2017年 第5期31卷 441-450页
作者: Li, Peng Beard, Jonathan C. Buhler, Jeremy D. Washington Univ Dept Comp Sci & Engn St Louis MO 63130 USA
Stream computing is a popular paradigm for parallel and distributed computing, where compute nodes are connected by first-in first-out data channels. Each channel can be considered as a concatenation of several data b... 详细信息
来源: 评论
Combining phase identification and statistic modeling for automated parallel benchmark generation  2015
Combining phase identification and statistic modeling for au...
收藏 引用
20th acm sigplan symposium on principles and practice of parallel programming, ppopp 2015
作者: Jin, Ye Liu, Mingliang Ma, Xiaosong Liu, Qing Logan, Jeremy Podhorszki, Norbert Choi, Jong Youl Klasky, Scott NCSU United States QCRI Qatar Oak Ridge National Lab. United States
parallel application benchmarks are indispensable for evaluating/optimizing HPC software and hardware. However, it is very challenging and costly to obtain high-fidelity benchmarks reflecting the scale and complexity ... 详细信息
来源: 评论