咨询与建议

限定检索结果

文献类型

  • 72 篇 期刊文献
  • 33 篇 会议
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 102 篇 工学
    • 95 篇 计算机科学与技术...
    • 31 篇 软件工程
    • 30 篇 电气工程
    • 6 篇 电子科学与技术(可...
    • 3 篇 信息与通信工程
    • 2 篇 控制科学与工程
    • 1 篇 力学(可授工学、理...
    • 1 篇 机械工程
    • 1 篇 材料科学与工程(可...
    • 1 篇 动力工程及工程热...
    • 1 篇 化学工程与技术
  • 3 篇 理学
    • 3 篇 数学
  • 3 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 1 篇 工商管理
  • 1 篇 经济学
    • 1 篇 应用经济学

主题

  • 106 篇 parallelizing co...
  • 7 篇 loop paralleliza...
  • 6 篇 high-level synth...
  • 5 篇 hdl
  • 4 篇 clustering
  • 4 篇 domain specific ...
  • 4 篇 hpf
  • 4 篇 high performance...
  • 4 篇 multicore
  • 4 篇 distributed memo...
  • 4 篇 scheduling
  • 4 篇 fpga
  • 4 篇 hpf compiler
  • 3 篇 data dependence ...
  • 3 篇 array redistribu...
  • 3 篇 compiler optimiz...
  • 3 篇 data dependence ...
  • 3 篇 systolic array
  • 3 篇 block-cyclic dis...
  • 3 篇 cache

机构

  • 3 篇 natl taiwan norm...
  • 3 篇 natl chiao tung ...
  • 3 篇 natl digital swi...
  • 3 篇 southern fed uni...
  • 3 篇 natl tsing hua u...
  • 2 篇 west pomeranian ...
  • 2 篇 waseda univ dept...
  • 2 篇 nara inst sci & ...
  • 2 篇 univ minnesota d...
  • 2 篇 seoul natl univ ...
  • 2 篇 natl sun yat sen...
  • 2 篇 toho univ dept i...
  • 2 篇 sun microsyst in...
  • 2 篇 intel corp micro...
  • 2 篇 waseda univ dept...
  • 2 篇 state key lab ma...
  • 2 篇 purdue univ dept...
  • 2 篇 univ texas dept ...
  • 2 篇 birla inst techn...
  • 1 篇 birla inst techn...

作者

  • 7 篇 kimura keiji
  • 7 篇 kasahara hironor...
  • 5 篇 hwang gh
  • 5 篇 zhao jie
  • 5 篇 tseng ss
  • 5 篇 yang ct
  • 4 篇 goyal poonam
  • 4 篇 huang tc
  • 4 篇 dubrov denis v.
  • 4 篇 balasubramaniam ...
  • 4 篇 islam saiyedul
  • 4 篇 goyal navneet
  • 4 篇 zhao rongcai
  • 3 篇 steinberg roman ...
  • 3 篇 yoshida akimasa
  • 3 篇 steinberg boris ...
  • 3 篇 lee jk
  • 3 篇 shirako jun
  • 3 篇 mikami hiroki
  • 2 篇 nakata i

语言

  • 103 篇 英文
  • 3 篇 其他
检索条件"主题词=Parallelizing Compiler"
106 条 记 录,以下是21-30 订阅
排序:
Optimizing FORTRAN Programs for Hierarchical Memory Parallel Processing Systems
收藏 引用
Journal of Computer Science & Technology 1993年 第3期8卷 209-220页
作者: 金国华 陈福接 Department of Computer Science Changsha Institute of TechnologyChangsha 410073
Parallel loops account for the greatest amount of parallelism in numerical *** nested loops in parallel with low run-time overhead is thus very important for achieving high perform- ance in parallel processing ***,in ... 详细信息
来源: 评论
Array operation synthesis to optimize HPF programs on distributed memory machines
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2001年 第4期61卷 467-500页
作者: Hwang, GH Lee, JK Ju, RDC Natl Chi Nan Univ Dept Informat Management Nantou Taiwan Natl Tsing Hua Univ Dept Comp Sci Hsinchu 30043 Taiwan Intel Corp Microprocessor Res Labs Santa Clara CA 95052 USA
An increasing number of programming languages;such as Fortran 90, HPF, and APL, provide a rich set of intrinsic array functions and array expressions. These constructs, which constitute an important part of data paral... 详细信息
来源: 评论
An object-oriented framework for loop parallelization
收藏 引用
JOURNAL OF SUPERCOMPUTING 1999年 第1期13卷 57-69页
作者: Omori, Y Fukuda, A Nara Inst Sci & Technol Grad Sch Informat Sci Nara 6300101 Japan Wakayama Univ Fac Syst Engn Wakayama 6408441 Japan
Generation of efficient parallel code is a major goal of a well-designed and developed parallelizing compiler. Another important goal is portability of both compiler system and the resulting output source codes. The v... 详细信息
来源: 评论
Self adaptive run time scheduling for the automatic parallelization of loops with the C2μTC/SL compiler
收藏 引用
PARALLEL COMPUTING 2013年 第10期39卷 603-614页
作者: Saougkos, Dimitris Manis, George Univ Ioannina Dept Comp Sci GR-45110 Ioannina Greece
In this paper we suggest a new approach for solving the hyperplane problem, also known as "wavefront" computation. In direct contrast to most approaches that reduce the problem to an integer programming one ... 详细信息
来源: 评论
Loop Staggering,Loop Compacting:Restructuring Techniques for Thrashing Problem
收藏 引用
Journal of Computer Science & Technology 1993年 第1期8卷 49-56页
作者: 金国华 杨学军 陈福接 Dept.of Computer Science Changsha Institute of TechnologyChangsha 410073
Parallel loops account for the greatest amount of parallelism in numerical *** nested loops in parallel with low run-time overhead is thus very important for achieving high performance in parallel processing ***,in pa... 详细信息
来源: 评论
The efficient computation of ownership sets in HPF
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 2001年 第8期12卷 769-788页
作者: Joisha, PG Banerjee, P Northwestern Univ Inst Technol Ctr Parallel & Distributed Comp Dept Elect & Comp Engn Evanston IL 60208 USA
Ownership sets are fundamental to the partitioning of program computations across processors by the owner-computes rule. These sets arise due to the mapping of arrays onto processors. In this paper, we focus on how ow... 详细信息
来源: 评论
Using basis dependence distance vectors in the modified Floyd-Warshall algorithm
收藏 引用
JOURNAL OF COMBINATORIAL OPTIMIZATION 2015年 第2期30卷 253-275页
作者: Bielecki, Wodzimierz Kraska, Krzysztof Klimek, Tomasz West Pomeranian Univ Technol Fac Comp Sci & Informat Technol PL-71210 Szczecin Poland
In this paper, we present a modified Floyd-Warshall algorithm, where the most time-consuming part-calculating transitive closure describing self-dependences for each loop statement-is computed applying basis dependenc... 详细信息
来源: 评论
COMPILING COMMUNICATION-EFFICIENT PROGRAMS FOR MASSIVELY PARALLEL MACHINES
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1991年 第3期2卷 361-376页
作者: LI, JK CHEN, M YALE UNIV DEPT COMP SCISYST & PROGRAMMING LANGUAGES GRPNEW HAVENCT 06520
This paper presents a method of generating parallel target code with explicit communication for massively parallel, distributed-memory machines. The source programs are shared-memory parallel programs with explicit co... 详细信息
来源: 评论
Non-linear array data dependence test
收藏 引用
JOURNAL OF SYSTEMS AND SOFTWARE 2001年 第2期57卷 145-154页
作者: Huang, TC Yang, CM Natl Sun Yat Sen Univ Dept Elect Engn Kaohsiung 80424 Taiwan
Data dependence analysis is the most essential process while parallelizing a sequential program. Most current data dependence tests cannot handle array subscripts that are non-linear expressions. In this paper, we pre... 详细信息
来源: 评论
Power-aware compiler controllable chip multiprocessor
收藏 引用
IEICE TRANSACTIONS ON ELECTRONICS 2008年 第4期E91C卷 432-439页
作者: Shikano, Hiroaki Shirako, Jun Wada, Yasutaka Kimura, Keiji Kasahara, Hironori Waseda Univ Dept Comp Sci Tokyo 1698555 Japan Hitachi Ltd Cent Res Lab Kokubunji Tokyo 1858601 Japan
A power-aware compiler controllable chip multiprocessor (CMP) is presented and its performance and power consumption are evaluated with the optimally scheduled advanced multiprocessor (OSCAR) parallelizing compiler. T... 详细信息
来源: 评论