咨询与建议

限定检索结果

文献类型

  • 16 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 13 篇 工学
    • 13 篇 软件工程
    • 1 篇 计算机科学与技术...

主题

  • 2 篇 shared memory pa...
  • 2 篇 parallel program...
  • 2 篇 parallel computi...
  • 2 篇 cache-coherence
  • 2 篇 concurrency
  • 2 篇 commutativity
  • 1 篇 non-blocking dat...
  • 1 篇 performance mode...
  • 1 篇 latent dirichlet...
  • 1 篇 co-design
  • 1 篇 learning systems
  • 1 篇 cilk
  • 1 篇 communication op...
  • 1 篇 llvm
  • 1 篇 distributed algo...
  • 1 篇 discrete distrib...
  • 1 篇 simd
  • 1 篇 optimizing 4-ind...
  • 1 篇 data parallelism
  • 1 篇 fault tolerance

机构

  • 2 篇 tsinghua univ de...
  • 2 篇 inria rocquencou...
  • 2 篇 carnegie mellon ...
  • 1 篇 fudan univ sch c...
  • 1 篇 nyu comp sci dep...
  • 1 篇 coll william & m...
  • 1 篇 university of to...
  • 1 篇 ohio state univ ...
  • 1 篇 tech univ darmst...
  • 1 篇 pacific northwes...
  • 1 篇 carnegie mellon ...
  • 1 篇 swiss fed inst t...
  • 1 篇 pacific northwes...
  • 1 篇 tsinghua univ bn...
  • 1 篇 intel corp santa...
  • 1 篇 natl supercomp c...
  • 1 篇 shanghai jiao to...
  • 1 篇 fudan univ shang...
  • 1 篇 shanghai jiao to...
  • 1 篇 peking univ sch ...

作者

  • 2 篇 chen wenguang
  • 2 篇 chen haibo
  • 2 篇 krishnamoorthy s...
  • 1 篇 guan haibing
  • 1 篇 dhruva tirumala
  • 1 篇 tirumala dhruva
  • 1 篇 hoefler torsten
  • 1 篇 lucia brandon
  • 1 篇 tithi jesmin jah...
  • 1 篇 yi ding
  • 1 篇 cao huanqi
  • 1 篇 lin heng
  • 1 篇 mihai burcea
  • 1 篇 kowalski karol
  • 1 篇 sai varikooty
  • 1 篇 steele guy l. jr...
  • 1 篇 yin wanwang
  • 1 篇 chowdhury rezaul
  • 1 篇 zheng weimin
  • 1 篇 battig martin

语言

  • 16 篇 英文
检索条件"任意字段=22nd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPoPP 2017"
16 条 记 录,以下是11-20 订阅
排序:
Contention in Structured Concurrency: Provably Efficient Dynamic Non-Zero Indicators for Nested parallelism  17
Contention in Structured Concurrency: Provably Efficient Dyn...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Acar, Umut A. Ben-David, Naama Rainey, Mike Carnegie Mellon Univ Pittsburgh PA 15213 USA INRIA Rocquencourt France
Over the past two decades, many concurrent data structures have been designed and implemented. Nearly all such work analyzes concurrent data structures empirically, omitting asymptotic bounds on their efficiency, part... 详细信息
来源: 评论
Self-Checkpoint: An In-Memory Checkpoint Method Using Less Space and Its practice on Fault-Tolerant HPL  17
Self-Checkpoint: An In-Memory Checkpoint Method Using Less S...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Tang, Xiongchao Zhai, Jidong Yu, Bowen Chen, Wenguang Zheng, Weimin Tsinghua Univ Dept Comp Sci & Technol Beijing Peoples R China
Fault tolerance is increasingly important in high performance computing due to the substantial growth of system scale and decreasing system reliability. In-memory/diskless checkpoint has gained extensive attention as ... 详细信息
来源: 评论
Optimizing the Four-Index Integral Transform Using Data Movement Lower Bounds Analysis  17
Optimizing the Four-Index Integral Transform Using Data Move...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Rajbhandari, Samyam Rastello, Fabrice Kowalski, Karol Krishnamoorthy, Sriram Sadayappan, P. Ohio State Univ Columbus OH 43210 USA INRIA Rocquencourt France Pacific Northwest Natl Lab Richland WA 99352 USA
The four-index integral transform is a fundamental and computationally demanding calculation used in many computational chemistry suites such as NWChem. It transforms a four-dimensional tensor from one basis to anothe... 详细信息
来源: 评论
Scaling Graph Traversal to 281 Trillion Edges with 40 Million Cores  22
Scaling Graph Traversal to 281 Trillion Edges with 40 Millio...
收藏 引用
27th acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Cao, Huanqi Wang, Yuanwei Wang, Haojie Lin, Heng Ma, Zixuan Yin, Wanwang Chen, Wenguang Tsinghua Univ Dept Comp Sci & Technol Beijing Peoples R China Tsinghua Univ BNRist Beijing Peoples R China Peking Univ Sch Comp Sci Beijing Peoples R China Natl Supercomp Ctr Wuxi Wuxi Jiangsu Peoples R China
Graph processing, especially high-performance graph traversal, plays a more and more important role in data analytics. The successor of Sunway TaihuLight, NEW SUNWAY, is equipped with nearly 10 PB memory and over 40 m... 详细信息
来源: 评论
POSTER: An Architecture and programming Model for Accelerating parallel Commutative Computations via Privatization  17
POSTER: An Architecture and Programming Model for Accelerati...
收藏 引用
Proceedings of the 22nd acm sigplan symposium on principles and practice of parallel programming
作者: Vignesh Balaji Dhruva Tirumala Brandon Lucia Carnegie Mellon University Pittsburgh PA USA
Synchronization and data movement are the key impediments to an efficient parallel execution. To ensure that data shared by multiple threads remain consistent, the programmer must use synchronization (e.g., mutex lock... 详细信息
来源: 评论
POSTER: HythTM: Extending the Applicability of Intel TSX Hardware Transactional Support  17
POSTER: HythTM: Extending the Applicability of Intel TSX Har...
收藏 引用
Proceedings of the 22nd acm sigplan symposium on principles and practice of parallel programming
作者: Arnamoy Bhattacharyya Mike Dai Wang Mihai Burcea Yi Ding Allen Deng Sai Varikooty Shafaaf Hossain Cristiana Amza University of Toronto Toronto ON Canada
In this work, we introduce and experimentally evaluate a new hybrid software-hardware Transactional Memory prototype based on Intel's Haswell TSX architecture. Our prototype extends the applicability of the existi... 详细信息
来源: 评论