咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是1-10 订阅
排序:
PARALLEL LOOPS - A TEST SUITE FOR parallelizing compilers - DESCRIPTION AND EXAMPLE RESULTS
收藏 引用
PARALLEL COMPUTING 1991年 第10-11期17卷 1247-1255页
作者: DONGARRA, J FURTNEY, M REINHARDT, S RUSSELL, J CRAY RES INC EAGANMN 55121 OAK RIDGE NATL LAB MATH SCI SECTOAK RIDGETN 37831
Several multiprocessor systems are now commercially available, and advances in compiler technology provide automatic conversion of programs to run on such systems. However, no accepted measure of this parallel compile... 详细信息
来源: 评论
A unified symbolic evaluation framework for parallelizing compilers
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 2000年 第11期11卷 1105-1125页
作者: Fahringer, T Scholz, B Univ Vienna Inst Software Sci A-1090 Vienna Austria Vienna Univ Technol Inst Comp Languages A-1040 Vienna Austria
The quality of many optimizations and analyses of parallelizing compilers depends significantly on the ability to evaluate symbolic expressions and on the amount of information available about program variables at arb... 详细信息
来源: 评论
COMMUNICATION-FREE DATA ALLOCATION TECHNIQUES FOR parallelizing compilers ON MULTICOMPUTERS
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1994年 第9期5卷 924-938页
作者: CHEN, TS SHEU, JP Department of Computer Science and Information Engineering National Central University Chungli Taiwan
In distributed memory multicomputers, local memory accesses are much faster than those involving interprocessor communication. For the sake of reducing or even eliminating the interprocessor communication, the array e... 详细信息
来源: 评论
Statement-level communication-free partitioning techniques for parallelizing compilers
收藏 引用
JOURNAL OF SUPERCOMPUTING 2000年 第3期15卷 243-269页
作者: Shih, KP Sheu, JP Huang, CH Natl Cent Univ Dept Comp Sci & Informat Engn Chungli 32054 Taiwan Natl Dong Hua Univ Dept Comp Sci & Informat Engn Hualien Taiwan
This paper addresses the problem of communication-free partition of iteration spaces and data spaces along hyperplanes. To finding more possible communication-free hyperplane partitions, we treat statements within a l... 详细信息
来源: 评论
DEMONSTRATION OF AUTOMATIC DATA PARTITIONING TECHNIQUES FOR parallelizing compilers ON MULTICOMPUTERS
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1992年 第2期3卷 179-193页
作者: GUPTA, M BANERJEE, P UNIV ILLINOIS ELECT & COMP ENGNURBANAIL 61801 UNIV ILLINOIS COORDINATED SCI LABCTR RELIABLE & HIGH PERFORMANCE COMPURBANAIL 61801
An important problem facing numerous research projects on parallelizing compilers for distributed memory machines is that of automatically determining a suitable data partitioning scheme for a program. Most of the cur... 详细信息
来源: 评论
An experimental evaluation of data dependence analysis techniques
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 2004年 第3期15卷 196-213页
作者: Psarris, K Kyriakopoulos, K Univ Texas Dept Comp Sci San Antonio TX 78249 USA
Optimizing compilers rely upon program analysis techniques to detect data dependences between program statements. Data dependence information captures the essential ordering constraints of the statements in a program ... 详细信息
来源: 评论
Communication-free alignment for array references with linear subscripts in three loop index variables or quadratic subscripts
收藏 引用
JOURNAL OF SUPERCOMPUTING 2001年 第1期20卷 67-83页
作者: Chang, WL Chu, CP Wu, JH Kung Shan Technol Univ Dept Management Informat Syst Tainan 701 Taiwan Natl Chung Cheng Univ Dept Comp Sci & Informat Engn Tainan 701 Taiwan
Bau et al. proposed an efficient and precise data alignment method to ascertain whether there is communication-free alignment of array reference function with linear subscripts in one loop index variable. Chu et al. p... 详细信息
来源: 评论
Characterizing the memory behavior of compiler-parallelized applications
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1996年 第12期7卷 1224-1237页
作者: Torrie, E Martonosi, M Tseng, CW Hall, MW PRINCETON UNIV DEPT ELECT ENGNPRINCETONNJ 08544 UNIV MARYLAND DEPT COMP SCICOLLEGE PKMD 20742 UNIV SO CALIF INST INFORMAT SCIMARINA DEL REYCA 90292
Compiler-parallelized applications are increasing in importance as moderate-scale multiprocessors become common. This paper evaluates how features of advanced memory systems (e.g., longer cache lines) impact memory sy... 详细信息
来源: 评论
AUTOMATIC EXTRACTION OF FUNCTIONAL PARALLELISM FROM ORDINARY PROGRAMS
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1992年 第2期3卷 166-178页
作者: GIRKAR, M POLYCHRONOPOULOS, CD UNIV ILLINOIS DEPT ELECT & COMP ENGNURBANAIL 61801
Thus far, parallelism at the loop level (or data-parallelism) has been almost exclusively the main target of parallelizing compilers. The variety of new parallel architectures and recent progress in interprocedural de... 详细信息
来源: 评论
Automatic compile-time parallelization of logic programs for restricted, goal level, independent and parallelism
收藏 引用
JOURNAL OF LOGIC PROGRAMMING 1999年 第2期38卷 165-218页
作者: Muthukumar, K Bueno, F de la Banda, MG Hermenegildo, M Univ Politecn Madrid Fac Informat Sch Comp Sci E-28660 Madrid Spain Apple Comp Inc Cupertino CA 95014 USA Monash Univ Dept Comp Sci Clayton Vic 3168 Australia
A framework for the automatic parallelization of (constraint) logic programs is proposed and proved correct. Intuitively, the parallelization process replaces conjunctions of literals with parallel expressions. Such e... 详细信息
来源: 评论