咨询与建议

限定检索结果

文献类型

  • 89 篇 期刊文献
  • 20 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 103 篇 工学
    • 98 篇 计算机科学与技术...
    • 39 篇 电气工程
    • 21 篇 软件工程
    • 7 篇 信息与通信工程
    • 1 篇 材料科学与工程(可...
  • 6 篇 理学
    • 3 篇 数学
    • 1 篇 物理学
    • 1 篇 地球物理学
    • 1 篇 统计学(可授理学、...
  • 2 篇 管理学
    • 2 篇 管理科学与工程(可...

主题

  • 109 篇 parallelizing co...
  • 12 篇 automatic parall...
  • 9 篇 data dependence
  • 6 篇 data dependence ...
  • 6 篇 distributed memo...
  • 6 篇 parallel computi...
  • 6 篇 synchronization
  • 5 篇 program analysis
  • 5 篇 algorithms
  • 4 篇 parallel process...
  • 4 篇 high performance...
  • 4 篇 parallelism
  • 4 篇 communication op...
  • 4 篇 compiler optimiz...
  • 4 篇 parallel program...
  • 4 篇 interprocessor c...
  • 4 篇 distributed memo...
  • 4 篇 symbolic analysi...
  • 4 篇 data distributio...
  • 3 篇 experimentation

机构

  • 4 篇 univ texas dept ...
  • 4 篇 univ so calif in...
  • 3 篇 univ maryland de...
  • 3 篇 natl cheng kung ...
  • 2 篇 waseda univ dept...
  • 2 篇 univ aizu dept c...
  • 2 篇 natl sun yat sen...
  • 2 篇 rice univ dept c...
  • 2 篇 univ pittsburgh ...
  • 2 篇 santa clara univ...
  • 2 篇 purdue univ dept...
  • 2 篇 mit comp sci lab...
  • 1 篇 supported in par...
  • 1 篇 university of ca...
  • 1 篇 princeton univ d...
  • 1 篇 kyushu univ grad...
  • 1 篇 univ cincinnati ...
  • 1 篇 dept. of electr....
  • 1 篇 cray res inc eag...
  • 1 篇 natl chung cheng...

作者

  • 6 篇 sheu jp
  • 5 篇 guo my
  • 4 篇 psarris k
  • 4 篇 gupta r
  • 4 篇 chang wl
  • 4 篇 hall mw
  • 3 篇 hwang ys
  • 3 篇 diniz pc
  • 3 篇 chen ts
  • 3 篇 tseng cw
  • 3 篇 shih kp
  • 3 篇 rinard mc
  • 3 篇 kyriakopoulos k
  • 3 篇 chu cp
  • 2 篇 nakata i
  • 2 篇 yoshida a
  • 2 篇 martonosi m
  • 2 篇 shang wj
  • 2 篇 huang tc
  • 2 篇 hodzic e

语言

  • 106 篇 英文
  • 3 篇 其他
检索条件"主题词=Parallelizing compilers"
109 条 记 录,以下是31-40 订阅
排序:
Maximizing multiprocessor performance with the SUIF compiler
收藏 引用
COMPUTER 1996年 第12期29卷 84-&页
作者: Hall, MW Anderson, JM Amarasinghe, SP Murphy, BR Liao, SW Bugnion, E Lam, MS STANFORD UNIV DEPT COMP SCISTANFORDCA 94305 STANFORD UNIV DEPT ELECT ENGNSTANFORDCA 94305
Multiple processors can work together to speed up single applications, but sequential programs must be rewritten to take advantage of the extra processors. One way to do this is through automatic parallelization with ... 详细信息
来源: 评论
Using global code motions to improve the quality of results for high-level synthesis
收藏 引用
IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS 2004年 第2期23卷 302-312页
作者: Gupta, S Savoiu, N Dutt, N Gupta, R Nicolau, A Univ Calif Irvine Ctr Embedded Comp Syst Irvine CA 92697 USA Univ Calif San Diego Dept Comp Sci & Engn La Jolla CA 92093 USA
The quality of synthesis results for most, high-level synthesis approaches is strongly affected by the choice of control flow (through conditions and loops) in the input description. This leads to a need for high-leve... 详细信息
来源: 评论
Automatic data and computation decomposition on distributed memory parallel computers
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2002年 第1期24卷 1-50页
作者: Lee, P Kedem, ZM Acad Sinica Inst Informat Sci Taipei 11529 Taiwan Acad Sinica Ctr Appl Sci & Engn Res Taipei 11529 Taiwan NYU Courant Inst Math Sci Dept Comp Sci New York NY 10003 USA
To exploit parallelism on shared memory parallel computers (SMPCs), it is natural to focus on decomposing the computation (mainly by distributing the iterations of the nested Do-Loops). In contrast, on distributed mem... 详细信息
来源: 评论
HIGH-SPEED SYNCHRONIZATION OF PROCESSORS USING FUZZY BARRIERS
收藏 引用
INTERNATIONAL JOURNAL OF PARALLEL PROGRAMMING 1990年 第1期19卷 53-73页
作者: GUPTA, R EPSTEIN, M UNIV PITTSBURGH DEPT COMP SCIPITTSBURGHPA 15260 N AMER PHILIPS LIGHTING CORP PHILIPS LABSBARIACLIFF MANORNY 10510
Parallel programs are commonly written using barriers to synchronize parallel processes. Upon reaching a barrier, a processor must stall until all participating processors reach the barrier. A software implementation ... 详细信息
来源: 评论
Skewed data partition and alignment techniques for compiling programs on distributed memory multicomputers
收藏 引用
JOURNAL OF SUPERCOMPUTING 2002年 第2期21卷 191-211页
作者: Chen, TS Chang, CY Chang Jung Univ Dept Informat Management Tainan 711 Taiwan Aletheia Univ Dept Comp & Informat Sci Taipei Taiwan
Minimizing data communication over processors is the key to compile programs for distributed memory multicomputers. In this paper, we propose new data partition and alignment techniques for partitioning and aligning d... 详细信息
来源: 评论
Interprocedural analysis for loop scheduling and data allocation
收藏 引用
PARALLEL COMPUTING 1998年 第3-4期24卷 477-504页
作者: Nguyen, TN Li, ZY Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA IBM Corp Rochester MN 55906 USA
In order to reduce remote memory accesses on CC-NUMA multiprocessors, we present an interprocedural analysis to support static loop scheduling and data allocation. Given a parallelized program, the compiler constructs... 详细信息
来源: 评论
On supernode transformation with minimized total running time
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1998年 第5期9卷 417-428页
作者: Hodzic, E Shang, WJ AT&T Bell Labs San Jose CA 95134 USA Santa Clara Univ Dept Comp Engn Santa Clara CA 95053 USA
With the objective of minimizing the total execution time of a parallel program on a distributed memory parallel computer, this paper discusses how to find an optimal supernode size and optimal supernode relative side... 详细信息
来源: 评论
Compiling array references with affine functions for data-parallel programs
收藏 引用
JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 1998年 第4期14卷 695-723页
作者: Wei, WH Shih, KP Sheu, JP Natl Cent Univ Dept Comp Sci & Informat Engn Chungli 320 Taiwan
An important research topic is parallelizing of compilers to generate local memory access sequences and communication sets while compiling a data-parallel language into an SPMD (Single Program Multiple Data) program. ... 详细信息
来源: 评论
RUNTIME SUPPORT AND COMPILATION METHODS FOR USER-SPECIFIED IRREGULAR DATA DISTRIBUTIONS
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1995年 第8期6卷 815-831页
作者: PONNUSAMY, R SALTZ, J CHOUDHARY, A HWANG, YS UNIV MARYLAND DEPT COMP SCI COLLEGE PK MD 20742 USA UNIV MARYLAND INST ADV COMP STUDIES COLLEGE PK MD 20742 USA
This paper describes two new ideas by which a High Performance Fortran compiler can deal with irregular computations effectively. The first mechanism invokes a user specified mapping procedure via a set of proposed co... 详细信息
来源: 评论
Maximizing parallelism and minimizing synchronization with affine partitions
收藏 引用
PARALLEL COMPUTING 1998年 第3-4期24卷 445-475页
作者: Lim, AW Lam, MS Stanford Univ Comp Syst Lab Stanford CA 94305 USA
This paper presents an algorithm to find the optimal affine partitions that maximize the degree of parallelism and minimize the degree of synchronization in programs with arbitrary loop nestings and affine data access... 详细信息
来源: 评论