咨询与建议

限定检索结果

文献类型

  • 343 篇 会议
  • 50 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 339 篇 工学
    • 295 篇 软件工程
    • 277 篇 计算机科学与技术...
    • 13 篇 电子科学与技术(可...
    • 7 篇 信息与通信工程
    • 5 篇 控制科学与工程
    • 4 篇 机械工程
    • 4 篇 生物工程
    • 3 篇 生物医学工程(可授...
    • 2 篇 力学(可授工学、理...
    • 1 篇 动力工程及工程热...
    • 1 篇 电气工程
    • 1 篇 建筑学
    • 1 篇 土木工程
    • 1 篇 化学工程与技术
    • 1 篇 核科学与技术
    • 1 篇 农业工程
    • 1 篇 环境科学与工程(可...
  • 56 篇 理学
    • 51 篇 数学
    • 4 篇 生物学
    • 4 篇 系统科学
    • 4 篇 统计学(可授理学、...
    • 3 篇 化学
    • 1 篇 物理学
  • 15 篇 管理学
    • 10 篇 管理科学与工程(可...
    • 8 篇 工商管理
    • 5 篇 图书情报与档案管...
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 3 篇 法学
    • 3 篇 社会学
  • 1 篇 教育学
    • 1 篇 教育学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 72 篇 performance
  • 50 篇 parallel process...
  • 42 篇 algorithms
  • 41 篇 parallel program...
  • 39 篇 languages
  • 34 篇 design
  • 21 篇 gpu
  • 20 篇 parallel algorit...
  • 12 篇 experimentation
  • 12 篇 measurement
  • 10 篇 mpi
  • 9 篇 theory
  • 8 篇 parallel computi...
  • 7 篇 scalability
  • 7 篇 graphics process...
  • 7 篇 parallel
  • 7 篇 programming mode...
  • 7 篇 concurrency
  • 6 篇 parallelism
  • 6 篇 synchronization

机构

  • 7 篇 carnegie mellon ...
  • 4 篇 univ wisconsin d...
  • 4 篇 indiana univ blo...
  • 4 篇 shanghai jiao to...
  • 3 篇 univ of tokyo
  • 3 篇 tsinghua univ de...
  • 3 篇 univ chinese aca...
  • 3 篇 massachusetts in...
  • 3 篇 univ illinois ur...
  • 3 篇 swiss fed inst t...
  • 3 篇 mit csail united...
  • 3 篇 tsinghua univ pe...
  • 3 篇 univ utah sch co...
  • 3 篇 rice univ housto...
  • 3 篇 univ calif berke...
  • 2 篇 ist austria klos...
  • 2 篇 fudan univ sch c...
  • 2 篇 uk atom weap est...
  • 2 篇 univ murcia dept...
  • 2 篇 princeton univ d...

作者

  • 8 篇 blelloch guy e.
  • 7 篇 chen haibo
  • 6 篇 hoefler torsten
  • 6 篇 garland michael
  • 6 篇 zhai jidong
  • 6 篇 shun julian
  • 5 篇 sun yihan
  • 5 篇 tsigas philippas
  • 5 篇 nikolopoulos dim...
  • 4 篇 dhulipala laxman
  • 4 篇 chen wenguang
  • 4 篇 tan guangming
  • 4 篇 wang haojie
  • 4 篇 long guoping
  • 4 篇 valero mateo
  • 4 篇 mellor-crummey j...
  • 4 篇 gu yan
  • 4 篇 kennedy ken
  • 3 篇 taura kenjiro
  • 3 篇 li jiajia

语言

  • 354 篇 英文
  • 39 篇 其他
检索条件"任意字段=5th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming"
393 条 记 录,以下是381-390 订阅
排序:
Computation migration: Enhancing locality for distributed-memory parallel systems  93
Computation migration: Enhancing locality for distributed-me...
收藏 引用
4th acm sigplan symposium on principles and practice of parallel programming, PPOPP 1993
作者: Hsieh, Wilson C. Wang, Paul Weihl, William E. MIT Laboratory for Computer Science 545 Technology Square CambridgeMA02139 United States
We describe computation migration, a new technique that is based on compile-time program transformations, for accessing remote data in a distributed-memory parallel system. In contrast with RPC-style access, where the... 详细信息
来源: 评论
Generating local addresses and communication sets for data-parallel programs  93
Generating local addresses and communication sets for data-p...
收藏 引用
4th acm sigplan symposium on principles and practice of parallel programming, PPOPP 1993
作者: Chatterjee, Siddhartha Gilbert, John R. Long, Fred J.E. Schreiber, Robert Teng, Shang-Hua Research Institute for Advanced Computer Science Mail Stop T045-1 NASA Ames Research Center Moffett FieldCA94035-1000 United States Xerox Palo Alto Research Center 3333 Coyote Hill Road Palo AltoCA943041314 United States Department of Computer and Information Science University of California Santa CruzCA95064 United States Department of Mathematics Massachusetts Institute of Technology CambridgeMA02139 United States
Generating local addresses and communication sets is an important issue in distributed-memory implementations of data-parallel languages such as High Performance Fortran. We show that for an array A affinely aligned t... 详细信息
来源: 评论
Array data-flow analysis and its use in array privatization  93
Array data-flow analysis and its use in array privatization
收藏 引用
20th Annual acm sigplan-SIGACT symposium on principles of programming Languages, POPL'93
作者: Maydan, Dror E. Amarasinghe, Saman P. Lam, Monica S. Stanford Univ CA United States
Data-flow analysis of scalar variables and data dependence analysis on array elements are two important program analyses used in optimizing and parallelizing compilers. Traditional data-flow analysis models accesses o... 详细信息
来源: 评论
Efficient implementation scheme of concurrent object-oriented languages on stock multicomputers
Efficient implementation scheme of concurrent object-oriente...
收藏 引用
Proceedings of the 4th acm sigplan symposium on principles & practice of parallel programming
作者: Taura, Kenjiro Matsuoka, Satoshi Yonezawa, Akinori Univ of Tokyo Japan
Several novel techniques for efficient implementation of concurrent object-oriented languages on general purpose, stock multicomputers are presented. these techniques have been developed in implementing our concurrent... 详细信息
来源: 评论
LogP: Towards a realistic model of parallel computation
LogP: Towards a realistic model of parallel computation
收藏 引用
Proceedings of the 4th acm sigplan symposium on principles & practice of parallel programming
作者: Culler, David Karp, Richard Patterson, David Sahay, Abhijit Schauser, Klaus Erik Santos, Eunice Subramonian, Ramesh von Eicken, thorsten Univ of California Berkeley United States
A vast body of theoretical research has focused either on overly simplistic models of parallel computation, notably the PRAM, or overly specific models that have few representatives in the real world. Both kinds of mo... 详细信息
来源: 评论
Analysis of event synchronization in a parallel programming tool  90
Analysis of event synchronization in a parallel programming ...
收藏 引用
2nd acm sigplan symposium on principles and practice of parallel programming, PPOPP 1990
作者: Callahan, David Kennedy, Ken Subhlok, Jaspal Tera Computer Company 400 North 34th Street SeattleWA98103 United States Department of Computer Science Rice University HoustonTX77251-1892 United States
Understanding synchronization is important for a parallel programming tool that uses dependence analysis as the basis for advising programmers on the correctness of parallel constructs. this paper discusses static ana... 详细信息
来源: 评论
A multi-level load balancing scheme for or-parallel exhaustive search programs on the multi-PSI  90
A multi-level load balancing scheme for or-parallel exhausti...
收藏 引用
2nd acm sigplan symposium on principles and practice of parallel programming, PPOPP 1990
作者: Fumichi, Masakazu Taki, Kazuo Ichiyoshi, Nobuyuki Information Systems and Electronics Development Lab. Mitsubishi Electric Corporation 5-1-1 Ofuna Kamakura247 Japan Institute for New Generation Computer Technology 1-4-28 Mita Minato-ku Tokyo108 Japan
Good load balancing is the key to deriving maximal performance from multiprocessors. Several successful dynamic load balancing techniques on tightly-coupled multiprocessors have been developed. However, load balancing... 详细信息
来源: 评论
Polymorphic effect systems  88
Polymorphic effect systems
收藏 引用
15th acm sigplan-SIGACT symposium on principles of programming Languages, POPL 1988
作者: Lucassen, John M. Gifford, David K. MIT Laboratory for Computer Science 545 Technology Square CambridgeMA02139 United States IBM Tokyo Research Laboratory 5-19 Sanbancho Chiyoda-ku Tokyo102 Japan
We present a new approach to programming languages for parallel computers that uses an effect system to discover expression scheduling constraints. this effect system is part of a 'kinded' type system with thr... 详细信息
来源: 评论
parallel Evaluation of Recursive Rule Queries  5
Parallel Evaluation of Recursive Rule Queries
收藏 引用
5th acm SIGACT-SIGMOD symposium on principles of Database Systems, PODS 1986
作者: Cosmadakis, Stavros S. Kanellakis, Paris C. IBM Thomas J. Watson Research Center NY United States Brown University RI United States
We investigate the parallel computational complexity of recursive rule queries. these queries are a subset of first-order relational queries augmented with recursion. they form an important part of the PROLOG language... 详细信息
来源: 评论
Para-functional programming: A paradigm for programming multiprocessor systems  86
Para-functional programming: A paradigm for programming mult...
收藏 引用
13th AnnuaJ acm symposium on the principles of programming Languages, POPL 1986
作者: Hudak, Paul Smith, Lauren Yale University Department of Computer Science United States
One of the most important pragmatic advantages of functional languages is that concurrency in a program is implicit-there is no need for special constructs to express parallelism as is required in most conventional la... 详细信息
来源: 评论