咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是71-80 订阅
排序:
Compiler support for array distribution on NUMA shared memory multiprocessors
收藏 引用
JOURNAL OF SUPERCOMPUTING 1998年 第4期12卷 349-371页
作者: Abdelrahman, TS Wong, TN Univ Toronto Dept Elect & Comp Engn Toronto ON M5S 1A4 Canada
Management of program data to improve data locality and reduce false sharing is critical for scaling performance on NUMA shared memory multiprocessors. We use HPF-like data decomposition directives to partition and pl... 详细信息
来源: 评论
PARTITIONING AND MAPPING OF NESTED LOOPS FOR LINEAR-ARRAY MULTICOMPUTERS
收藏 引用
JOURNAL OF SUPERCOMPUTING 1995年 第1-2期9卷 183-202页
作者: SHEU, JP CHEN, TS Department of Computer Science and Information Engineering National Central University Chung-Li Taiwan R.O.C.
In distributed-memory multicomputers, minimizing interprocessor communication is the key to the efficient execution of parallel programs. In order to reduce the amount of communication overhead, parallel programs on m... 详细信息
来源: 评论
NaraView: An interactive 3D visualization system for parallelization of programs
收藏 引用
INTERNATIONAL JOURNAL OF PARALLEL PROGRAMMING 1999年 第2期27卷 111-129页
作者: Sasakura, M Joe, K Kunieda, Y Araki, K Okayama Univ Fac Engn Dept Informat Technol Okayama 7008530 Japan Wakayama Univ Fac Syst Engn Wakayama 6408510 Japan Kyushu Univ Grad Sch Informat Sci & Elect Engn Dept Comp Sci & Commun Engn Kasuga Fukuoka 8168580 Japan
For effective use of parallelizing compilers, an interactive environment which allows users to find more parallelism is needed. As the first step towards building such an environment, we have developed a program visua... 详细信息
来源: 评论
EXPLOITING PARALLELISM ON A FINE-GRAINED MIMD ARCHITECTURE BASED UPON CHANNEL QUEUES
收藏 引用
INTERNATIONAL JOURNAL OF PARALLEL PROGRAMMING 1992年 第3期21卷 169-192页
作者: GUPTA, R LEE, S UNIV PITTSBURGH DEPT COMP SCIPITTSBURGHPA 15260
We present techniques for exploiting fine-grained parallelism extracted from sequential programs on a fine-grained MIMD system. The system exploits fine-grained parallelism through parallel execution of instructions o... 详细信息
来源: 评论
Compiler-optimized simulation of large-scale applications on high performance architectures
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2002年 第3期62卷 393-426页
作者: Adve, VS Bagrodia, R Deelman, E Sakellariou, R Univ Illinois Urbana IL 61801 USA Univ Calif Los Angeles Los Angeles CA 90024 USA Univ So Calif Inst Informat Sci Marina Del Rey CA 90292 USA Univ Manchester Manchester M13 9PL Lancs England
In this paper, we propose and evaluate practical, automatic techniques that exploit compiler analysis to facilitate simulation of very large message-passing systems. We use compiler techniques and a compiler-synthesiz... 详细信息
来源: 评论
An efficient solution to the cache thrashing problem caused by true data sharing
收藏 引用
IEEE TRANSACTIONS ON COMPUTERS 1998年 第5期47卷 527-543页
作者: Jin, GH Li, ZY Chen, FJ Rice Univ Dept Comp Sci Houston TX 77005 USA Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA Changsha Inst Technol Dept Comp Sci Changsha 410073 Hunan Peoples R China
When parallel programs ate executed on multiprocessors with private caches, a set of data may be repeatedly used and modified by different threads. Such data sharing can often result in cache thrashing, which degrades... 详细信息
来源: 评论
A program auto-parallelizer based on the component technology of optimizing compiler construction
收藏 引用
PROGRAMMING AND COMPUTER SOFTWARE 2009年 第6期35卷 321-339页
作者: Drozdov, A. Yu. Novikov, S. V. Russian Acad Sci Lebedev Inst Precise Mech & Comp Engn Moscow 119991 Russia
This paper describes a program auto-parallelizer that is based on the component approach to constructing optimizing compilers;the parallelizer is included in the technological chain of gcc. Details of using analytical... 详细信息
来源: 评论
Airshed pollution modeling in an HPF style environment
收藏 引用
JOURNAL OF PARALLEL AND DISTRIBUTED COMPUTING 2000年 第6期60卷 690-715页
作者: Subhlok, J Steenkiste, P Univ Houston Dept Comp Sci Houston TX 77204 USA Carnegie Mellon Univ Sch Comp Sci Pittsburgh PA 15213 USA
In this paper, we describe our experience with developing Airshed, a large pollution modeling application, in the Fx programming environment, We demonstrate that high level parallel programming languages like Fs and H... 详细信息
来源: 评论
parallelizing graph construction operations in programs with cyclic graphs
收藏 引用
PARALLEL COMPUTING 2002年 第9期28卷 1307-1328页
作者: Hwang, YS Natl Taiwan Ocean Univ Dept Comp Sci Chilung 20224 Taiwan
Pointer analysis has been an active research field in recent years. Combining pointer analysis and dependence analysis can identify parallelism in programs with pointers or graphs, which are in turn represented by dyn... 详细信息
来源: 评论
Effective fine-grain synchronization for automatically parallelized programs using optimistic synchronization primitives
收藏 引用
ACM TRANSACTIONS ON COMPUTER SYSTEMS 1999年 第4期17卷 337-371页
作者: Rinard, MC MIT Comp Sci Lab Cambridge MA 02139 USA
This article presents our experience using optimistic synchronization to implement fine-grain atomic operations in the context of a parallelizing compiler for irregular, object-based computations. Our experience shows... 详细信息
来源: 评论