咨询与建议

限定检索结果

文献类型

  • 8 篇 会议
  • 5 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

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

主题

  • 13 篇 optimistic paral...
  • 7 篇 amorphous data-p...
  • 4 篇 thread-level spe...
  • 4 篇 irregular progra...
  • 3 篇 parallelism
  • 3 篇 irregular algori...
  • 3 篇 concurrency
  • 2 篇 performance
  • 2 篇 compiler optimiz...
  • 2 篇 algorithms
  • 2 篇 processor alloca...
  • 2 篇 synchronization ...
  • 2 篇 turan's theorem
  • 2 篇 software transac...
  • 1 篇 tls
  • 1 篇 speculative mult...
  • 1 篇 languages
  • 1 篇 sparse matrix tr...
  • 1 篇 cautious operato...
  • 1 篇 event stream pro...

机构

  • 2 篇 univ texas austi...
  • 2 篇 univ texas austi...
  • 1 篇 univ texas austi...
  • 1 篇 univ texas austi...
  • 1 篇 univ valladolid ...
  • 1 篇 univ valladolid ...
  • 1 篇 univ valladolid ...
  • 1 篇 univ valladolid ...
  • 1 篇 univ padua dept ...
  • 1 篇 univ padua tu wi...
  • 1 篇 systems engineer...
  • 1 篇 department compu...

作者

  • 7 篇 pingali keshav
  • 4 篇 llanos diego r.
  • 4 篇 prountzos dimitr...
  • 4 篇 gonzalez-escriba...
  • 3 篇 estebanez alvaro
  • 2 篇 manevich roman
  • 2 篇 versaci francesc...
  • 1 篇 aldea sergio
  • 1 篇 mckinley kathryn...
  • 1 篇 brito andrey
  • 1 篇 hassaan m. amber
  • 1 篇 sui xin
  • 1 篇 garcia yagueez a...
  • 1 篇 mendez-lojo mari...
  • 1 篇 miguel a. gonzal...
  • 1 篇 kulkarni milind
  • 1 篇 oscar plata
  • 1 篇 burtscher martin
  • 1 篇 nguyen donald
  • 1 篇 eladio d. gutier...

语言

  • 13 篇 英文
检索条件"主题词=Optimistic Parallelization"
13 条 记 录,以下是1-10 订阅
排序:
optimistic parallelization support for event stream processing systems
Optimistic parallelization support for event stream processi...
收藏 引用
5th Middleware Doctoral Symposium, MDS'08, Co-located with ACM/IFIP/USENIX 9th International Middleware Conference, Middleware 2008
作者: Brito, Andrey Systems Engineering Group TU Dresden Germany
Event stream applications consist of an acyclic graph of components that are traversed by streams of events. Examples of operations in such components are filtering, aggregation, enrichment, and transformation of even... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Using the Xeon Phi Platform to Run Speculatively-Parallelized Codes
收藏 引用
INTERNATIONAL JOURNAL OF PARALLEL PROGRAMMING 2017年 第2期45卷 225-241页
作者: Estebanez, Alvaro Llanos, Diego R. Gonzalez-Escribano, Arturo Univ Valladolid Dept Informat Campus M Delibes Valladolid 47011 Spain
Intel Xeon Phi accelerators are one of the newest devices used in the field of parallel computing. However, there are comparatively few studies concerning their performance when using most of the existing parallelizat... 详细信息
来源: 评论
An OpenMP Extension that Supports Thread-Level Speculation
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 2016年 第1期27卷 78-91页
作者: Aldea, Sergio Estebanez, Alvaro Llanos, Diego R. Gonzalez-Escribano, Arturo Univ Valladolid Dept Informat Campus Miguel Delibes E-47011 Valladolid Spain
OpenMP directives are the de-facto standard for shared-memory parallel programming. However, OpenMP does not guarantee the correctness of the parallel execution of a given loop if runtime data dependences arise. Conse... 详细信息
来源: 评论
Squashing Alternatives for Software-Based Speculative parallelization
收藏 引用
IEEE TRANSACTIONS ON COMPUTERS 2014年 第7期63卷 1826-1839页
作者: Garcia Yagueez, Alvaro Llanos, Diego R. Gonzalez-Escribano, Arturo Univ Valladolid Dept Informat ETS Informat E-47011 Valladolid Spain
Speculative parallelization is a runtime technique that optimistically executes sequential code in parallel, checking that no dependence violations arise. In the case of a dependence violation, all mechanisms proposed... 详细信息
来源: 评论
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... 详细信息
来源: 评论
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... 详细信息
来源: 评论
Towards a Science of Parallel Programming  10
Towards a Science of Parallel Programming
收藏 引用
19th International Conference on Parallel Architectures and Compilation Techniques
作者: Pingali, Keshav Univ Texas Austin Dept Comp Sci Austin TX 78712 USA
How do we give parallel programming a more scientific foundation? In this talk, I will discuss the approach we are taking in the Galois project.
来源: 评论