咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是61-70 订阅
排序:
INTEGER PROGRAMMING FOR ARRAY SUBSCRIPT ANALYSIS
收藏 引用
IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS 1995年 第6期6卷 662-668页
作者: SUBHLOK, J KENNEDY, K RICE UNIV DEPT COMP SCIHOUSTONTX 77251
We present a nevi method to determine whether a Convex region contains any integer points, The method is designed for array subscript analysis in parallel programs. The general problem is whether a system of linear eq... 详细信息
来源: 评论
A computation plus communication load balanced loop partitioning method for distributed memory systems
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 1999年 第3期58卷 515-545页
作者: Pande, S Bali, T Univ Cincinnati Dept ECECS Compiler Res Lab Cincinnati OH 45221 USA
Due to a significant communication overhead of sending and receiving data, the loop partitioning approaches on distributed memory systems must guarantee not just the computation load balance but computation + communic... 详细信息
来源: 评论
Exploitation of parallelism to nested loops with dependence cycles
收藏 引用
JOURNAL OF SYSTEMS ARCHITECTURE 2004年 第12期50卷 729-742页
作者: Chang, WL Chu, CP Ho, M So Taiwan Univ Technol Dept Informat Management Tainan 710 Taiwan Natl Cheng Kung Univ Dept Comp Sci & Informat Engn Tainan 701 Taiwan
In this paper, we analyze the recurrences from the breakability of the dependence links formed in general multi-statements in a nested loop. The major findings include: (1) A sink variable renaming technique, which ca... 详细信息
来源: 评论
Eliminating synchronization bottlenecks using adaptive replication
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 2003年 第3期25卷 316-359页
作者: Rinard, MC Diniz, PC MIT Comp Sci Lab Cambridge MA 02139 USA Univ So Calif ISI Marina Del Rey CA 90202 USA
This article presents a new technique, adaptive replication, for automatically eliminating synchronization bottlenecks in multithreaded programs that perform atomic operations on objects. Synchronization bottlenecks o... 详细信息
来源: 评论
Compiler-based tools for analyzing parallel programs
收藏 引用
PARALLEL COMPUTING 1998年 第3-4期24卷 401-420页
作者: Armstrong, B Kim, SW Park, I Voss, M Eigenmann, R Purdue Univ Sch Elect & Comp Engn W Lafayette IN 47907 USA
In this paper, we present several tools for analyzing parallel programs. The tools are built on top of a compiler infrastructure, which provides advanced capabilities for symbolic program analysis and manipulation. Th... 详细信息
来源: 评论
Automatically partitioning threads for multithreaded architectures
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 1999年 第2期58卷 159-189页
作者: Tang, XA Gao, GR Univ Delaware Dept Elect & Comp Engn Newark DE 19716 USA
There is an enormous amount of parallelism exposed to fine-grain multithreaded architectures to cover latencies. It is a demanding task for a multi-threading programmer to manage such a degree of parallelism by hand. ... 详细信息
来源: 评论
Tiling nested loops into maximal rectangular blocks
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 1996年 第2期35卷 123-132页
作者: Chen, YS Wang, SD Wang, CM NATL TAIWAN UNIV DEPT ELECT ENGNTAIPEI 106TAIWAN ACAD SINICA INST INFORMAT SCITAIPEI 115TAIWAN
In this paper, an approach to thing nested loops for maximizing parallelism is proposed, The proposed method aims at aggregating independent computations of a loop nest into rectangular blocks and maximizing the block... 详细信息
来源: 评论
Program analysis techniques for transforming programs for parallel execution
收藏 引用
PARALLEL COMPUTING 2002年 第3期28卷 455-469页
作者: Psarris, K Univ Texas Dept Comp Sci San Antonio TX 78249 USA
In a multiple processor system, computer programs have to be redesigned to efficiently use the parallel processors and deliver higher performance. One major approach is automatic detection of parallelism, in which exi... 详细信息
来源: 评论
Eliminating synchronization overhead in automatically parallelized programs using dynamic feedback
收藏 引用
ACM TRANSACTIONS ON COMPUTER SYSTEMS 1999年 第2期17卷 89-132页
作者: Diniz, PC Univ So Calif Inst Informat Sci Marina Del Rey CA 90292 USA MIT Comp Sci Lab Boston MA 02139 USA
This article presents dynamic feedback, a technique that enables computations to adapt dynamically to different execution environments. A compiler that uses dynamic feedback produces several different versions of the ... 详细信息
来源: 评论
A framework for efficient data redistribution on distributed memory multicomputers
收藏 引用
JOURNAL OF SUPERCOMPUTING 2001年 第3期20卷 243-265页
作者: Guo, MY Nakata, I Univ Aizu Dept Comp Software Aizu Wakamatsu Fukushima Japan Hosei Univ Fac Comp & Informat Sci Tokyo Japan
Array redistribution is required often in programs on distributed memory parallel computers. It is essential to use efficient algorithms for redistribution;otherwise the performance of the programs will degrade consid... 详细信息
来源: 评论