咨询与建议

限定检索结果

文献类型

  • 12 篇 会议
  • 7 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 18 篇 工学
    • 16 篇 计算机科学与技术...
    • 9 篇 软件工程
    • 2 篇 电气工程

主题

  • 19 篇 irregular algori...
  • 5 篇 amorphous data-p...
  • 3 篇 optimistic paral...
  • 2 篇 thread concurren...
  • 2 篇 asynchronous pro...
  • 2 篇 task pools
  • 2 篇 processor alloca...
  • 2 篇 multicore proces...
  • 2 篇 multi-gpu
  • 2 篇 turan's theorem
  • 2 篇 context switchin...
  • 2 篇 gpu
  • 1 篇 parallel algorit...
  • 1 篇 graph partitioni...
  • 1 篇 parallel branch ...
  • 1 篇 single-source sh...
  • 1 篇 performance
  • 1 篇 runtime
  • 1 篇 profiling
  • 1 篇 smp clusters

机构

  • 3 篇 univ texas austi...
  • 2 篇 texas tech univ ...
  • 2 篇 univ texas austi...
  • 1 篇 université lille...
  • 1 篇 tact comp labs b...
  • 1 篇 univ texas austi...
  • 1 篇 texas state univ...
  • 1 篇 georgia inst tec...
  • 1 篇 indiana univ ope...
  • 1 篇 tech univ chemni...
  • 1 篇 concordia univ d...
  • 1 篇 georgia inst tec...
  • 1 篇 univ padua dept ...
  • 1 篇 texas state univ...
  • 1 篇 virginia tech co...
  • 1 篇 hangzhou dianzi ...
  • 1 篇 purdue univ sch ...
  • 1 篇 swiss fed inst t...
  • 1 篇 univ texas austi...
  • 1 篇 univ rochester d...

作者

  • 8 篇 pingali keshav
  • 2 篇 sutton michael
  • 2 篇 ben-nun tal
  • 2 篇 leidel john d.
  • 2 篇 pai sreepathi
  • 2 篇 wang xi
  • 2 篇 versaci francesc...
  • 2 篇 chen yong
  • 2 篇 burtscher martin
  • 1 篇 ma yuchen
  • 1 篇 yan chenggang
  • 1 篇 cledat romain
  • 1 篇 goswami dhrubajy...
  • 1 篇 nasre rupesh
  • 1 篇 hoefler torsten
  • 1 篇 li jiajia
  • 1 篇 hassaan m. amber
  • 1 篇 williams brody
  • 1 篇 hofmann m.
  • 1 篇 ruenger gudula

语言

  • 19 篇 英文
检索条件"主题词=Irregular Algorithms"
19 条 记 录,以下是1-10 订阅
排序:
A comparison of task pools for dynamic load balancing of irregular algorithms
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2004年 第1期16卷 1-47页
作者: Korch, M Rauber, T Univ Bayreuth Lehrstuhl Angew Informat 2 Fac Math Phys & Comp Sci D-95440 Bayreuth Germany
Since a static work distribution does not allow for satisfactory speed-ups of parallel irregular algorithms, there is a need for a dynamic distribution of work and data that can be adapted to the runtime behavior of t... 详细信息
来源: 评论
Task Pool Teams:: a hybrid programming environment for irregular algorithms on SMP clusters
收藏 引用
CONCURRENCY AND COMPUTATION-PRACTICE & EXPERIENCE 2006年 第12期18卷 1575-1594页
作者: Hippold, Judith Ruenger, Gudula Tech Univ Chemnitz Dept Comp Sci D-09107 Chemnitz Germany
Clusters of symmetric multiprocessors (SMPs) are popular platforms for parallel programming since they provide large computational power for a reasonable price. For irregular application programs with dynamically chan... 详细信息
来源: 评论
Scaling Runtimes for irregular algorithms to Large-Scale NUMA Systems
收藏 引用
COMPUTER 2015年 第8期48卷 35-44页
作者: Lenharth, Andrew Pingali, Keshav Univ Texas Austin Inst Computat Sci & Engn Austin TX 78712 USA Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
The Galois system can automatically parallelize irregular algorithms written in a serial programming model and execute them efficiently on nonuniform memory access (NUMA) machines. Experimental results for five comple... 详细信息
来源: 评论
Ordered vs. Unordered: a Comparison of Parallelism and Work-efficiency in irregular algorithms  11
Ordered <i>vs</i>. Unordered: a Comparison of Parallelism an...
收藏 引用
16th ACM Symposium on Principles and Practice of Parallel Programming
作者: Hassaan, M. Amber Burtscher, Martin Pingali, Keshav Texas State Univ San Marcos Dept Comp Sci San Marcos TX USA Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
Outside of computational science, most problems are formulated in terms of irregular data structures such as graphs, trees and sets. Unfortunately, we understand relatively little about the structure of parallelism an... 详细信息
来源: 评论
A Customizable Lightweight STM for irregular algorithms on GPU  36
A Customizable Lightweight STM for Irregular Algorithms on G...
收藏 引用
36th IEEE International Parallel and Distributed Processing Symposium (IEEE IPDPS)
作者: Manoochehri, Shayan Cristofaro, Patrick Goswami, Dhrubajyoti Concordia Univ Dept Comp Sci & Software Engn Montreal PQ Canada
irregular algorithms are often encountered in highly data-centric application domains. These algorithms operate on irregular data structures such as sparse graphs with irregular access patterns, which may also modify ... 详细信息
来源: 评论
Toward a Microarchitecture for Efficient Execution of irregular Applications
收藏 引用
ACM TRANSACTIONS ON PARALLEL COMPUTING 2020年 第4期7卷 1–24页
作者: Leidel, John D. Wang, Xi Williams, Brody Chen, Yong Tact Comp Labs Box 43104 Lubbock TX 79409 USA Texas Tech Univ Box 43104 Lubbock TX 79409 USA
Given the increasing importance of efficient data-intensive computing, we find that modern processor designs are not well suited to the irregular memory access patterns often found in these algorithms. Applications an... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Data-driven versus Topology-driven irregular Computations on GPUs
Data-driven versus Topology-driven Irregular Computations on...
收藏 引用
IEEE 27th International Parallel and Distributed Processing Symposium (IPDPS)
作者: Nasre, Rupesh Burtscher, Martin Pingali, Keshav Univ Texas Austin Austin TX 78712 USA Texas State Univ San Marcos TX USA
irregular algorithms are algorithms with complex main data structures such as directed and undirected graphs, trees, etc. A useful abstraction for many irregular algorithms is its operator formulation in which the alg... 详细信息
来源: 评论
Processor Allocation for Optimistic Parallelization of irregular Programs  1
收藏 引用
12th International Conference on Computational Science and Its Applications (ICCSA)
作者: Versaci, Francesco Pingali, Keshav Univ Padua TU Wien I-35100AOGJ Padua Italy Univ Texas Austin Austin TX USA
Optimistic parallelization is a promising approach for the parallelization of irregular algorithms: potentially interfering tasks are launched dynamically, and the runtime system detects conflicts between concurrent a... 详细信息
来源: 评论
Brief Announcement: Processor Allocation for Optimistic Parallelization of irregular Programs  11
Brief Announcement: Processor Allocation for Optimistic Para...
收藏 引用
23rd Annual Symposium on Parallelism in algorithms and Architectures
作者: Versaci, Francesco Pingali, Keshav Univ Padua Dept Informat Engn I-35100 Padua Italy
Optimistic parallelization is a promising approach for the parallelization of irregular algorithms: potentially interfering tasks are launched dynamically, and the runtime system detects conflicts between concurrent a... 详细信息
来源: 评论