咨询与建议

限定检索结果

文献类型

  • 15 篇 会议
  • 2 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 16 篇 工学
    • 13 篇 计算机科学与技术...
    • 13 篇 软件工程
    • 3 篇 电气工程
  • 1 篇 理学
    • 1 篇 数学

主题

  • 17 篇 amorphous data-p...
  • 7 篇 optimistic paral...
  • 6 篇 irregular progra...
  • 5 篇 performance
  • 5 篇 irregular algori...
  • 4 篇 parallelism
  • 4 篇 languages
  • 4 篇 algorithms
  • 4 篇 multicore proces...
  • 4 篇 concurrency
  • 3 篇 compiler optimiz...
  • 3 篇 galois system
  • 3 篇 synchronization ...
  • 2 篇 compilers
  • 2 篇 throughput
  • 2 篇 flow-sensitive p...
  • 2 篇 parallel program...
  • 2 篇 graph applicatio...
  • 2 篇 optimization
  • 2 篇 synthesis

机构

  • 5 篇 univ texas austi...
  • 5 篇 univ texas austi...
  • 2 篇 univ texas austi...
  • 1 篇 univ texas austi...
  • 1 篇 univ texas austi...
  • 1 篇 univ padua dept ...
  • 1 篇 texas state univ...
  • 1 篇 univ texas austi...
  • 1 篇 indian inst sci ...
  • 1 篇 univ texas austi...
  • 1 篇 univ padua tu wi...
  • 1 篇 ben gurion univ ...
  • 1 篇 indian institute...

作者

  • 15 篇 pingali keshav
  • 6 篇 prountzos dimitr...
  • 4 篇 burtscher martin
  • 3 篇 hassaan m. amber
  • 3 篇 manevich roman
  • 2 篇 pai sreepathi
  • 2 篇 mendez-lojo mari...
  • 2 篇 versaci francesc...
  • 2 篇 kulkarni milind
  • 1 篇 mckinley kathryn...
  • 1 篇 vaivaswatha naga...
  • 1 篇 sui xin
  • 1 篇 govindarajan r.
  • 1 篇 mathew augustine
  • 1 篇 nagaraj vaivaswa...
  • 1 篇 nguyen donald
  • 1 篇 r. govindarajan
  • 1 篇 lenharth andrew

语言

  • 16 篇 英文
  • 1 篇 其他
检索条件"主题词=Amorphous Data-parallelism"
17 条 记 录,以下是1-10 订阅
排序:
Structure-driven Optimizations for amorphous data-parallel Programs
Structure-driven Optimizations for Amorphous Data-parallel P...
收藏 引用
15th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming
作者: Mendez-Lojo, Mario Nguyen, Donald Prountzos, Dimitrios Sui, Xin Hassaan, M. Amber Kulkarni, Milind Burtscher, Martin Pingali, Keshav Univ Texas Austin Inst Computat Engn & Sci Austin TX 78712 USA
Irregular algorithms are organized around pointer-based data structures such as graphs and trees, and they are ubiquitous in applications. Recent work by the Galois project has provided a systematic approach for paral... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Parallel Inclusion-based Points-to Analysis  10
Parallel Inclusion-based Points-to Analysis
收藏 引用
Conference on Object Oriented Programming Systems, Languages and Applications/SPLASH 2010
作者: Mendez-Lojo, Mario Mathew, Augustine Pingali, Keshav Univ Texas Austin Inst Computat Engn & Sci Austin TX 78712 USA Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
Inclusion-based points-to analysis provides a good trade-off between precision of results and speed of analysis, and it has been incorporated into several production compilers including gcc. There is an extensive lite... 详细信息
来源: 评论
A Shape Analysis for Optimizing Parallel Graph Programs  11
A Shape Analysis for Optimizing Parallel Graph Programs
收藏 引用
38th Symposium on Principles of Programming Languages
作者: Prountzos, Dimitrios Manevich, Roman Pingali, Keshav McKinley, Kathryn S. Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
Computations on unstructured graphs are challenging to parallelize because dependences in the underlying algorithms are usually complex functions of runtime data values, thwarting static parallelization. One promising... 详细信息
来源: 评论
Elixir: A System for Synthesizing Concurrent Graph Programs  12
Elixir: A System for Synthesizing Concurrent Graph Programs
收藏 引用
ACM International Conference on Object Oriented Programming Systems Languages and Applications
作者: Prountzos, Dimitrios Manevich, Roman Pingali, Keshav Univ Texas Austin Austin TX 78712 USA
Algorithms in new application areas like machine learning and network analysis use "irregular" data structures such as graphs, trees and sets. Writing efficient parallel code in these problem domains is very... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Parallel Flow-Sensitive Pointer Analysis by Graph-Rewriting
Parallel Flow-Sensitive Pointer Analysis by Graph-Rewriting
收藏 引用
22nd International Conference on Parallel Architectures and Compilation Techniques (PACT)
作者: Nagaraj, Vaivaswatha Govindarajan, R. Indian Inst Sci Bangalore 560012 Karnataka India
Precise pointer analysis is a problem of interest to both the compiler and the program verification community. Flow-sensitivity is an important dimension of pointer analysis that affects the precision of the final res... 详细信息
来源: 评论
A Compiler for Throughput Optimization of Graph Algorithms on GPUs  2016
A Compiler for Throughput Optimization of Graph Algorithms o...
收藏 引用
ACM SIGPLAN International Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA)
作者: Pai, Sreepathi Pingali, Keshav Univ Texas Austin Austin TX 78712 USA
Writing high-performance GPU implementations of graph algorithms can be challenging. In this paper, we argue that three optimizations called throughput optimizations are key to high-performance for this application cl... 详细信息
来源: 评论
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... 详细信息
来源: 评论
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... 详细信息
来源: 评论