咨询与建议

限定检索结果

文献类型

  • 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 订阅
排序:
Exploiting Vector and Multicore parallelism for Recursive, Data- and Task-parallel Programs  17
Exploiting Vector and Multicore Parallelism for Recursive, D...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Ren, Bin Krishnamoorthy, Sriram Agrawal, Kunal Kulkarni, Milind Coll William & Mary Williamsburg VA 23187 USA Pacific Northwest Natl Labs Richland WA USA Washington Univ St Louis St Louis MO USA Purdue Univ W Lafayette IN 47907 USA
Modern hardware contains parallel execution resources that are well-suited for data-parallelism vector units and task parallelism multicores. However, most work on parallel scheduling focuses on one type of hardware o... 详细信息
来源: 评论
Eunomia: Scaling Concurrent Search Trees under Contention Using HTM  17
Eunomia: Scaling Concurrent Search Trees under Contention Us...
收藏 引用
22nd acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Wang, Xin Zhang, Weihua Wang, Zhaoguo Wei, Ziyun Chen, Haibo Zhao, Wenyun Fudan Univ Software Sch Shanghai Peoples R China Fudan Univ Shanghai Key Lab Data Sci Shanghai Peoples R China Fudan Univ Sch Comp Sci Shanghai Peoples R China Shanghai Jiao Tong Univ Inst Parallel & Distributed Syst Shanghai Peoples R China NYU Comp Sci Dept New York NY 10003 USA
While hardware transactional memory (HTM) has recently been adopted to construct efficient concurrent search tree structures, such designs fail to deliver scalable performance under contention. In this paper, we first... 详细信息
来源: 评论
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... 详细信息
来源: 评论
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... 详细信息
来源: 评论