咨询与建议

限定检索结果

文献类型

  • 8 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 7 篇 工学
    • 6 篇 计算机科学与技术...
    • 6 篇 软件工程
  • 2 篇 理学
    • 1 篇 地质学
    • 1 篇 系统科学

主题

  • 2 篇 parallel program...
  • 1 篇 program debuggin...
  • 1 篇 computer circuit...
  • 1 篇 r
  • 1 篇 application prog...
  • 1 篇 machine learning
  • 1 篇 parallel
  • 1 篇 solid-state driv...
  • 1 篇 locks (fasteners...

机构

  • 1 篇 dept. of compute...
  • 1 篇 i.b .m. t.j. wat...
  • 1 篇 computer science...
  • 1 篇 computer systems...
  • 1 篇 johns hopkins un...
  • 1 篇 johns hopkins un...
  • 1 篇 center for resea...
  • 1 篇 amazon seattle w...
  • 1 篇 department of co...
  • 1 篇 johns hopkins un...
  • 1 篇 computer science...
  • 1 篇 johns hopkins un...
  • 1 篇 department of co...

作者

  • 1 篇 warren david h. ...
  • 1 篇 allan yang j.
  • 1 篇 mint sang lyul
  • 1 篇 burns randal
  • 1 篇 vogelstein joshu...
  • 1 篇 costa vitor sant...
  • 1 篇 rinard martin c.
  • 1 篇 hollingsworth je...
  • 1 篇 mhembere disa
  • 1 篇 mellor-crummey j...
  • 1 篇 choi jong-deok
  • 1 篇 zheng da
  • 1 篇 scottt michael l...
  • 1 篇 miller barton p.
  • 1 篇 yang rong
  • 1 篇 bruce irvin r.
  • 1 篇 priebe carey e.
  • 1 篇 lam monica s.
  • 1 篇 choo young-ii

语言

  • 8 篇 英文
检索条件"任意字段=3rd ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPOPP 1991"
8 条 记 录,以下是1-10 订阅
排序:
Proceedings of the acm sigplan symposium on principles and practice of parallel programming, ppopp
Proceedings of the ACM SIGPLAN Symposium on Principles and P...
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, ppopp 1991
The proceedings contain 21 papers. The topics discussed include: optimal schedules for parallel prefix computation with bounded resources;parallel-program transformation using a metalanguage;mapping concurrent program...
来源: 评论
Coarse-grain parallel programming  3
Coarse-grain parallel programming
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, ppopp 1991
作者: Lam, Monica S. Rinard, Martin C. Computer Systems Laboratory Stanford University CA94305 United States
This paper presents Jade, a language which allows a programmer to easily express dynamic coarse-grain parallelism. Starting with a sequential program, a programmer augments those sections of code to be parallelized wi... 详细信息
来源: 评论
Andorra-I: A parallel prolog system that transparently exploits both and-and or-parallelism  91
Andorra-I: A parallel prolog system that transparently explo...
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, ppopp 1991
作者: Costa, Vitor Santos Warren, David H. D. Yang, Rong Department of Computer Science University of Bristol BristolBS8 ITR United Kingdom
Andorra-I is an experimental parallel Prolog system that transparently exploits both dependent and-parallelism and or-parallelism. It constitutes the first implementation of the Basic Andorra model, a parallel executi... 详细信息
来源: 评论
parallel-program transformation using a metalanguage  91
Parallel-program transformation using a metalanguage
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, ppopp 1991
作者: Allan Yang, J. Choo, Young-Ii Department of Computer Science Yale University New HavenCT06520-2158 United States
Thk paper describes how program transformation using a rnetalanguage can be an effective methodology for developim~ gcorrect and efficient parallel programs. As an example, a class of different parallel matrix multipl... 详细信息
来源: 评论
RACE FRONTIER: Reproducing data parallel-program debugging  3
RACE FRONTIER: Reproducing data parallel-program debugging
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, ppopp 1991
作者: Choi, Jong-Deok Mint, Sang Lyul I.B .M. T.J. Watson Research Center P.O. Box 704 Yorktown HeightsNY10598 United States Dept. of Computer Engineering Pusan National University Pusan609-735 Korea Republic of
A data race is a typical case of unintended nondeterminism, which occurs when two or more processes concurrently access the same memory location, with at least one of the accesses being a write access. This paper pres... 详细信息
来源: 评论
Scalable reader-writer synchronization for shared-memory multiprocessors  91
Scalable reader-writer synchronization for shared-memory mul...
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, ppopp 1991
作者: Mellor-Crummey, John M. Scottt, Michael L. Computer Science Department University of Rochester RochesterNY14627 United States Center for Research on Parallel Computation Rice University P.O. Box 1892 HoustonTX77251-1892 United States
Reader-writer synchronization relaxes the constraints of mutual exclusion to permit more than one process to inspect a shared object concurrently, as long as none of them changes its value. On uniprocessors, mutual ex... 详细信息
来源: 评论
FlashR: parallelize and Scale R for Machine Learning using SSDs  18
FlashR: Parallelize and Scale R for Machine Learning using S...
收藏 引用
23rd acm sigplan symposium on principles and practice of parallel programming (ppopp)
作者: Zheng, Da Mhembere, Disa Vogelstein, Joshua T. Priebe, Carey E. Burns, Randal Amazon Seattle WA 98109 USA Johns Hopkins Univ Dept Comp Sci Baltimore MD 21218 USA Johns Hopkins Univ Dept Biomed Engn Inst Computat Med Baltimore MD 21218 USA Johns Hopkins Univ Dept Appl Math & Stat Baltimore MD 21218 USA Johns Hopkins Univ Baltimore MD 21218 USA
R is one of the most popular programming languages for statistics and machine learning, but it is slow and unable to scale to large datasets. The general approach for having an efficient algorithm in R is to implement... 详细信息
来源: 评论
The integration of application and system based metrics in a parallel program performance tool  91
The integration of application and system based metrics in a...
收藏 引用
3rd acm sigplan symposium on principles and practice of parallel programming, ppopp 1991
作者: Hollingsworth, Jeflrey K. Bruce Irvin, R. Miller, Barton P. Computer Sciences Department University of Wiseonsin-Madison 1210 W. Dayton Street MadisonWI53706 United States
The IPS-2 parallel program measurement tools provide performance data from application programs, the operating system, hardware, network, and other sources. Previous versions of IPS-2 allowed programmers to collect in... 详细信息
来源: 评论