咨询与建议

限定检索结果

文献类型

  • 6 篇 会议
  • 3 篇 期刊文献
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 9 篇 工学
    • 9 篇 计算机科学与技术...
    • 3 篇 电气工程
    • 3 篇 软件工程
    • 1 篇 机械工程
    • 1 篇 交通运输工程
  • 1 篇 管理学
    • 1 篇 图书情报与档案管...

主题

  • 10 篇 code paralleliza...
  • 2 篇 llvm
  • 2 篇 metaprogramming
  • 2 篇 transactions
  • 2 篇 parallelization ...
  • 2 篇 openmp
  • 1 篇 auto paralleliza...
  • 1 篇 performance mode...
  • 1 篇 hand paralleliza...
  • 1 篇 mpi
  • 1 篇 embedded cmp
  • 1 篇 code optimizatio...
  • 1 篇 overhead predict...
  • 1 篇 decision tree
  • 1 篇 algorithms
  • 1 篇 technology
  • 1 篇 reasoning
  • 1 篇 iip
  • 1 篇 master''s progra...
  • 1 篇 isc

机构

  • 2 篇 lehigh univ beth...
  • 2 篇 univ delaware ne...
  • 1 篇 linköping univer...
  • 1 篇 symbiosis int un...
  • 1 篇 vmas consulting ...
  • 1 篇 kpit technol ltd...
  • 1 篇 universite clerm...
  • 1 篇 alexandria univ ...
  • 1 篇 virginia tech bl...
  • 1 篇 univ clermont au...
  • 1 篇 virginia tech bl...
  • 1 篇 alexandria univ ...
  • 1 篇 technion dept co...
  • 1 篇 jain univ sch en...
  • 1 篇 penn state univ ...
  • 1 篇 pa coll engn man...

作者

  • 2 篇 palmieri roberto
  • 2 篇 saad mohamed m.
  • 2 篇 ravindran binoy
  • 1 篇 schuster assaf
  • 1 篇 vaidya vinay g.
  • 1 篇 hill david r. c.
  • 1 篇 sardar tanvir ha...
  • 1 篇 mazel claude
  • 1 篇 bruno bachelet
  • 1 篇 claude mazel
  • 1 篇 eigenmann rudolf
  • 1 篇 ranadive priti
  • 1 篇 barakhshan parin...
  • 1 篇 kandemir mahmut
  • 1 篇 pereda alexis
  • 1 篇 verner uri
  • 1 篇 moshir moghaddam...
  • 1 篇 david r. c. hill
  • 1 篇 faizabadi ahmed ...
  • 1 篇 xue liping

语言

  • 10 篇 英文
检索条件"主题词=code parallelization"
10 条 记 录,以下是1-10 订阅
排序:
A memory-conscious code parallelization scheme
A memory-conscious code parallelization scheme
收藏 引用
44th ACM/IEEE Design Automation Conference
作者: Xue, Liping Ozturk, Ozcan Kandemir, Mahmut Univ Delaware Newark DE 19716 USA Penn State Univ University Pk PA USA
While there have been considerable work in the last couple of years for architecting embedded chip multiprocessors, programming and compiler support required for them took relatively less attention. Our goal in this p... 详细信息
来源: 评论
parallelization and analysis of selected numerical algorithms using OpenMP and Pluto on symmetric multiprocessing machine
收藏 引用
DATA TECHNOLOGIES AND APPLICATIONS 2019年 第1期53卷 20-32页
作者: Sardar, Tanvir Habib Faizabadi, Ahmed Rimaz Jain Univ Sch Engn & Technol Bengaluru India PA Coll Engn Mangalore India
Purpose In recent years, there is a gradual shift from sequential computing to parallel computing. Nowadays, nearly all computers are of multicore processors. To exploit the available cores, parallel computing becomes... 详细信息
来源: 评论
Static Loop parallelization Decision Using Template Metaprogramming  16
Static Loop Parallelization Decision Using Template Metaprog...
收藏 引用
International Conference on High Performance Computing & Simulation (HPCS)
作者: Pereda, Alexis Hill, David R. C. Mazel, Claude Bachelet, Bruno Univ Clermont Auvergne CNRS LIMOS Clermont Ferrand France
This article proposes to use C++ template metaprogramming techniques to decide at compile-time which parts of a code sequence in a loop can be parallelized. The approach focuses on characterizing the way a variable is... 详细信息
来源: 评论
Modeling parallelization Overheads for Predicting Performance
Modeling Parallelization Overheads for Predicting Performanc...
收藏 引用
International Conference on Information Systems Engineering (ICISE)
作者: Ranadive, Priti Vaidya, Vinay G. Symbiosis Int Univ Pune Maharashtra India KPIT Technol Ltd Pune Maharashtra India VMAS Consulting Pune Maharashtra India
Legacy codes primarily exist on a single core processor. With the proliferation of multicore processors, end users often want to migrate to new platforms to improve performance or reduce execution time of the applicat... 详细信息
来源: 评论
Automated Reasoning Support for Invasive Interactive parallelization
Automated Reasoning Support for Invasive Interactive Paralle...
收藏 引用
作者: Moshir Moghaddam, Kianosh Linköping University
学位级别:master
To parallelize a sequential source code, a parallelization strategy must be defined that transforms the sequential source code into an equivalent parallel version. Since parallelizing compilers can sometimes transform... 详细信息
来源: 评论
Extending Amdahl's Law for Multicores with Turbo Boost
IEEE COMPUTER ARCHITECTURE LETTERS
收藏 引用
IEEE COMPUTER ARCHITECTURE LETTERS 2017年 第1期16卷 30-33页
作者: Verner, Uri Mendelson, Avi Schuster, Assaf Technion Dept Comp Sci Haifa Israel
Rewriting sequential programs to make use of multiple cores requires considerable effort. For many years, Amdahl's law has served as a guideline to assess the performance benefits of parallel programs over sequent... 详细信息
来源: 评论
iCetus: A Semi-automatic Parallel Programming Assistant  34th
iCetus: A Semi-automatic Parallel Programming Assistant
收藏 引用
34th International Workshop on Languages and Compilers for Parallel Computing (LCPC)
作者: Barakhshan, Parinaz Eigenmann, Rudolf Univ Delaware Newark DE 19716 USA
The iCetus tool is a new interactive parallelizer, providing users with a range of capabilities for the source-to-source transformation of C programs using OpenMP directives in shared memory machines. While the tool c... 详细信息
来源: 评论
Lerna: Parallelizing Dependent Loops Using Speculation  18
Lerna: Parallelizing Dependent Loops Using Speculation
收藏 引用
11th ACM International Systems and Storage Conference (SYSTOR)
作者: Saad, Mohamed M. Palmieri, Roberto Ravindran, Binoy Alexandria Univ Alexandria Egypt Lehigh Univ Bethlehem PA 18015 USA Virginia Tech Blacksburg VA USA
We present Lerna, an end-to-end tool that automatically and transparently detects and extracts parallelism from data dependent sequential loops using speculation combined with a set of techniques including code profil... 详细信息
来源: 评论
Static Loop parallelization Decision Using Template Metaprogramming
Static Loop Parallelization Decision Using Template Metaprog...
收藏 引用
International Conference on High Performance Computing and Simulation
作者: Alexis Pereda David R. C. Hill Claude Mazel Bruno Bachelet Universite Clermont Auvergne CNRS LIMOS
This article proposes to use C++ template metaprogramming techniques to decide at compile-time which parts of a code sequence in a loop can be parallelized. The approach focuses on characterizing the way a variable is... 详细信息
来源: 评论
Lerna: Parallelizing Dependent Loops Using Speculation
收藏 引用
ACM TRANSACTIONS ON STORAGE 2019年 第1期15卷 6-6页
作者: Saad, Mohamed M. Palmieri, Roberto Ravindran, Binoy Alexandria Univ Alexandria 21526 Egypt Lehigh Univ Bethlehem PA 18015 USA Virginia Tech Blacksburg VA 24061 USA
We present Lerna, an end-to-end tool that automatically and transparently detects and extracts parallelism from data-dependent sequential loops. Lerna uses speculation combined with a set of techniques including code ... 详细信息
来源: 评论