咨询与建议

限定检索结果

文献类型

  • 344 篇 会议
  • 19 篇 期刊文献
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 305 篇 工学
    • 261 篇 软件工程
    • 250 篇 计算机科学与技术...
    • 13 篇 电子科学与技术(可...
    • 9 篇 信息与通信工程
    • 5 篇 控制科学与工程
    • 4 篇 机械工程
    • 4 篇 生物工程
    • 3 篇 生物医学工程(可授...
    • 1 篇 力学(可授工学、理...
    • 1 篇 动力工程及工程热...
    • 1 篇 电气工程
    • 1 篇 核科学与技术
    • 1 篇 农业工程
    • 1 篇 环境科学与工程(可...
    • 1 篇 网络空间安全
  • 57 篇 理学
    • 53 篇 数学
    • 4 篇 生物学
    • 4 篇 系统科学
    • 4 篇 统计学(可授理学、...
    • 2 篇 化学
  • 18 篇 管理学
    • 12 篇 管理科学与工程(可...
    • 11 篇 工商管理
    • 5 篇 图书情报与档案管...
  • 5 篇 经济学
    • 5 篇 应用经济学
  • 3 篇 法学
    • 3 篇 社会学
  • 3 篇 教育学
    • 3 篇 教育学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 54 篇 performance
  • 50 篇 parallel process...
  • 34 篇 parallel program...
  • 33 篇 algorithms
  • 27 篇 languages
  • 25 篇 design
  • 20 篇 parallel algorit...
  • 20 篇 gpu
  • 9 篇 experimentation
  • 9 篇 measurement
  • 8 篇 parallel
  • 7 篇 scalability
  • 7 篇 graphics process...
  • 7 篇 theory
  • 7 篇 parallel computi...
  • 6 篇 parallelism
  • 6 篇 mpi
  • 6 篇 concurrency
  • 5 篇 graph algorithms
  • 5 篇 logic programmin...

机构

  • 7 篇 carnegie mellon ...
  • 4 篇 indiana univ blo...
  • 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 篇 shanghai jiao to...
  • 3 篇 tsinghua univ pe...
  • 3 篇 univ calif berke...
  • 2 篇 ist austria klos...
  • 2 篇 georgetown univ ...
  • 2 篇 univ wisconsin d...
  • 2 篇 yale university ...
  • 2 篇 shanghai key lab...
  • 2 篇 univ of wisconsi...
  • 2 篇 tsinghua univers...
  • 2 篇 shanghai jiao to...

作者

  • 8 篇 blelloch guy e.
  • 6 篇 hoefler torsten
  • 6 篇 garland michael
  • 6 篇 zhai jidong
  • 6 篇 chen haibo
  • 6 篇 shun julian
  • 5 篇 sun yihan
  • 4 篇 dhulipala laxman
  • 4 篇 chen wenguang
  • 4 篇 tsigas philippas
  • 4 篇 tan guangming
  • 4 篇 wang haojie
  • 4 篇 mellor-crummey j...
  • 4 篇 gu yan
  • 4 篇 kennedy ken
  • 3 篇 taura kenjiro
  • 3 篇 li jiajia
  • 3 篇 yonezawa akinori
  • 3 篇 pingali keshav
  • 3 篇 kim jungwon

语言

  • 362 篇 英文
  • 2 篇 其他
检索条件"任意字段=Proceedings of the 24th Symposium on Principles and Practice of Parallel Programming"
364 条 记 录,以下是101-110 订阅
排序:
DATA-FLOW EQUATIONS FOR EXPLICITLY parallel PROGRAMS  93
DATA-FLOW EQUATIONS FOR EXPLICITLY PARALLEL PROGRAMS
收藏 引用
4th SYMP ON principles AND practice OF parallel programming ( PPOPP )
作者: GRUNWALD, D SRINIVASAN, H UNIV COLORADO DEPT COMP SCIBOULDERCO 80309
We present a solution to the reaching definitions problem for programs with explicit lexically specified parallel constructs, such as cobegin/coend or parallel-sections, both with and without explicit synchronization ... 详细信息
来源: 评论
An Overview of Medusa: Simplified Graph Processing on GPUs  12
An Overview of Medusa: Simplified Graph Processing on GPUs
收藏 引用
17th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Zhong, Jianlong He, Bingsheng Nanyang Technol Univ Singapore 639798 Singapore
Graphs are the de facto data structures for many applications, and efficient graph processing is a must for the application performance. GPUs have an order of magnitude higher computational power and memory bandwidth ... 详细信息
来源: 评论
Pointer and escape analysis for multithreaded programs  01
Pointer and escape analysis for multithreaded programs
收藏 引用
8th ACM SIGPLAN symposium on the principles and practice of parallel Computing
作者: Salcianu, A Rinard, M MIT Comp Sci Lab Cambridge MA 02139 USA
this paper presents a new combined pointer and escape analysis for multithreaded programs. the algorithm uses a new abstraction called parallel interaction graphs to analyze the interactions between threads and extrac... 详细信息
来源: 评论
DOJ: Dynamically parallelizing Object-Oriented Programs  12
DOJ: Dynamically Parallelizing Object-Oriented Programs
收藏 引用
17th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Eom, Yong Hun Yang, Stephen Jenista, James C. Demsky, Brian Univ Calif Irvine Irvine CA 92717 USA
We present Dynamic Out-of-Order Java (DOJ), a dynamic parallelization approach. In DOJ, a developer annotates code blocks as tasks to decouple these blocks from the parent execution thread. the DOJ compiler then analy... 详细信息
来源: 评论
ARMI: An adaptive, platform independent communication library  03
ARMI: An adaptive, platform independent communication librar...
收藏 引用
9th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Saunders, S Rauchwerger, L Texas A&M Univ Dept Comp Sci College Stn TX 77843 USA
ARMI is a communication library that provides a framework for expressing fine-grain parallelism and mapping it to a particular machine using shared-memory and message passing library calls. the library is an advanced ... 详细信息
来源: 评论
Swift/T: Scalable Data Flow programming for Many-Task Applications  13
Swift/T: Scalable Data Flow Programming for Many-Task Applic...
收藏 引用
18th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Wozniak, Justin M. Armstrong, Timothy G. Wilde, Michael Katz, Daniel S. Lusk, Ewing Foster, Ian T. Argonne Natl Lab Argonne IL 60439 USA Univ Chicago Chicago IL 60637 USA
Swift/T, a novel programming language implementation for highly scalable data flow programs, is presented.
来源: 评论
Distributed data access in AC
Distributed data access in AC
收藏 引用
proceedings of the 5th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Carlson, William W. Draper, Jesse M. IDA Supercomputing Research Cent Bowie United States
We have modified the C language to support a programming model based on a shared address space with physically distributed memory. With this model users can write programs in which the nodes of a massively parallel pr... 详细信息
来源: 评论
OpenCL as a Unified programming Model for Heterogeneous CPU/GPU Clusters  12
OpenCL as a Unified Programming Model for Heterogeneous CPU/...
收藏 引用
17th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Kim, Jungwon Seo, Sangmin Lee, Jun Nah, Jeongho Jo, Gangwon Lee, Jaejin Seoul Natl Univ Sch Comp Sci & Engn Ctr Manycore Programming Seoul 151744 South Korea
In this paper, we propose an OpenCL framework for heterogeneous CPU/GPU clusters, and show that the framework achieves both high performance and ease of programming. the framework provides an illusion of a single syst... 详细信息
来源: 评论
Improving parallel shear-warp volume rendering on shared address space multiprocessors  97
Improving parallel shear-warp volume rendering on shared add...
收藏 引用
proceedings of the 1997 6th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Jiang, Dongming Singh, Jaswinder Pal Princeton Univ Princeton NJ United States
this paper presents a new parallel volume rendering algorithm and implementation, based on shear warp factorization, for shared address space multiprocessors. Starting from an existing parallel shear-warp renderer, we... 详细信息
来源: 评论
PPDP'08 proceedings of the 10th International ACM SIGPLAN symposium on principles and practice of Declarative programming
PPDP'08 Proceedings of the 10th International ACM SIGPLAN Sy...
收藏 引用
PPDP 2008: 10th International ACM SIGPLAN symposium on principles and practice of Declarative programming
the proceedings contain 25 papers. the topics discussed include: order-sorted dependency pairs;macros for context-free grammars;inferring precise polymorphic type dependencies in logic programs;a type system for safe ...
来源: 评论