咨询与建议

限定检索结果

文献类型

  • 11 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 9 篇 工学
    • 9 篇 计算机科学与技术...
    • 8 篇 软件工程
    • 2 篇 生物医学工程(可授...
    • 2 篇 生物工程
    • 1 篇 力学(可授工学、理...
    • 1 篇 电子科学与技术(可...
  • 6 篇 理学
    • 4 篇 数学
    • 2 篇 生物学
    • 1 篇 系统科学
  • 2 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 2 篇 工商管理
  • 1 篇 法学
    • 1 篇 社会学

主题

  • 2 篇 parallel program...
  • 1 篇 scalability
  • 1 篇 graphics process...
  • 1 篇 fortran (program...
  • 1 篇 c++ (programming...
  • 1 篇 fast fourier tra...
  • 1 篇 visualization
  • 1 篇 domain specific ...
  • 1 篇 matrix algebra
  • 1 篇 data structures

机构

  • 1 篇 universitat poli...
  • 1 篇 department of co...
  • 1 篇 college of compu...
  • 1 篇 department of co...
  • 1 篇 washington unive...
  • 1 篇 university of wa...
  • 1 篇 faculty of infor...
  • 1 篇 university of br...
  • 1 篇 computer science...
  • 1 篇 parasol laborato...
  • 1 篇 stanford univers...
  • 1 篇 university of il...
  • 1 篇 intel corporatio...
  • 1 篇 center for appli...
  • 1 篇 computer science...
  • 1 篇 science and tech...
  • 1 篇 georgetown unive...

作者

  • 1 篇 rodrigues christ...
  • 1 篇 de sandes edans ...
  • 1 篇 song sukhyun
  • 1 篇 sheridan brendan
  • 1 篇 hwu wen-mei
  • 1 篇 isaacs katherine...
  • 1 篇 schulz martin
  • 1 篇 liu zhiyu
  • 1 篇 tomkins daniel
  • 1 篇 wang xiaoping
  • 1 篇 hollingsworth je...
  • 1 篇 ayguadé eduard
  • 1 篇 tsigas philippas
  • 1 篇 bhatele abhinav
  • 1 篇 fineman jeremy t...
  • 1 篇 herlihy maurice
  • 1 篇 jablin thomas
  • 1 篇 miranda guillerm...
  • 1 篇 zhou xu
  • 1 篇 kunle olukotun

语言

  • 11 篇 英文
检索条件"任意字段=2014 19th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPoPP 2014"
11 条 记 录,以下是1-10 订阅
排序:
ppopp 2014 - Proceedings of the 2014 acm sigplan symposium on principles and practice of parallel programming
PPoPP 2014 - Proceedings of the 2014 ACM SIGPLAN Symposium o...
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
the proceedings contain 43 papers. the topics discussed include: predator: predictive false sharing detection;concurrency testing using schedule bounding: an empirical study;trace driven dynamic deadlock detection and... 详细信息
来源: 评论
Provably good scheduling for parallel programs that use data structures through implicit batching  14
Provably good scheduling for parallel programs that use data...
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
作者: Agrawal, Kunal Fineman, Jeremy T. Sheridan, Brendan Sukha, Jim Utterback, Robert Washington University in Saint Louis United States Georgetown University United States Intel Corporation United States
this poster proposes an efficient runtime scheduler that provides provable performance guarantees to parallel programs that use data structures through the use of implicit batching.
来源: 评论
Fine-grain parallel megabase sequence comparison with multiple heterogeneous GPUs  14
Fine-grain parallel megabase sequence comparison with multip...
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
作者: De Sandes, Edans F.O. Miranda, Guillermo Melo, Alba C.M.A. Martorell, Xavier Ayguadé, Eduard University of Brasilia Brazil Universitat Politècnica de Catalunya Barcelona Supercomputing Center Spain
this paper proposes and evaluates a parallel strategy to execute the exact Smith-Waterman (SW) algorithm for megabase DNA sequences in heterogeneous multi-GPU platforms. In our strategy, the computation of a single hu... 详细信息
来源: 评论
Extracting logical structure and identifying stragglers in parallel execution traces  14
Extracting logical structure and identifying stragglers in p...
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
作者: Isaacs, Katherine E. Gamblin, Todd Bhatele, Abhinav Bremer, Peer-Timo Schulz, Martin Hamann, Bernd Department of Computer Science University of California Davis United States Center for Applied Scientific Computing Lawrence Livermore National Laboratory United States
We introduce a new approach to automatically extract an idealized logical structure from a parallel execution trace. We use this structure to define intuitive metrics such as the lateness of a process involved in a pa... 详细信息
来源: 评论
Designing and auto-tuning parallel 3-D FFT for computation-communication overlap  14
Designing and auto-tuning parallel 3-D FFT for computation-c...
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
作者: Song, Sukhyun Hollingsworth, Jeffrey K. Department of Computer Science University of Maryland College Park United States
this paper presents a method to design and auto-tune a new parallel 3-D FFT code using the non-blocking MPI all-to-all operation. We achieve high performance by optimizing computation-communication overlap. Our code p... 详细信息
来源: 评论
Triolet: A programming system that unifies algorithmic skeleton interfaces for high-performance cluster computing  14
Triolet: A programming system that unifies algorithmic skele...
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
作者: Rodrigues, Christopher Jablin, thomas Dakkak, Abdul Hwu, Wen-Mei University of Illinois at Urbana-Champaign United States
Functional algorithmic skeletons promise a high-level programming interface for distributed-memory clusters that free developers from concerns of task decomposition, scheduling, and communication. Unfortunately, prior... 详细信息
来源: 评论
Well-structured futures and cache locality  14
Well-structured futures and cache locality
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
作者: Herlihy, Maurice Liu, Zhiyu Computer Science Department Brown University United States
In fork-join parallelism, a sequential program is split into a directed acyclic graph of tasks linked by directed dependency edges, and the tasks are executed, possibly in parallel, in an order consistent with their d... 详细信息
来源: 评论
Data structures for task-based priority scheduling  14
Data structures for task-based priority scheduling
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
作者: Wimmer, Martin Versaci, Francesco Träff, Jesper Larsson Cederman, Daniel Tsigas, Philippas Faculty of Informatics Parallel Computing Vienna University of Technology 1040 Vienna/Wien Austria Computer Science and Engineering Chalmers University of Technology 412 96 Göteborg Sweden
We present three lock-free data structures for priority task scheduling: a priority work-stealing one, a centralized one with ρ-relaxed semantics, and a hybrid one combining both concepts. With the single-source shor... 详细信息
来源: 评论
Efficient deterministic multithreading without global barriers  14
Efficient deterministic multithreading without global barrie...
收藏 引用
Proceedings of the 19th acm sigplan symposium on principles and practice of parallel programming
作者: Lu, Kai Zhou, Xu Bergan, Tom Wang, Xiaoping Science and Technology on Parallel and Distributed Processing Laboratory National University of Defense Technology Changsha China College of Computer National University of Defense Technology Changsha China University of Washington Computer Science and Engineering United States
Multithreaded programs execute nondeterministically on conventional architectures and operating systems. this complicates many tasks, including debugging and testing. Deterministic multithreading (DMT) makes the outpu... 详细信息
来源: 评论
SCCMulti: An improved parallel strongly connected components algorithm  14
SCCMulti: An improved parallel strongly connected components...
收藏 引用
2014 19th acm sigplan symposium on principles and practice of parallel programming, ppopp 2014
作者: Tomkins, Daniel Smith, Timmie Amato, Nancy M. Rauchwerger, Lawrence Parasol Laboratory Department of Computer Science and Engineering Texas A and M University United States
Tarjan's famous linear time, sequential algorithm for finding the strongly connected components (SCCs) of a graph relies on depth first search, which is inherently sequential. Deterministic parallel algorithms sol... 详细信息
来源: 评论