咨询与建议

限定检索结果

文献类型

  • 515 篇 会议
  • 49 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 467 篇 工学
    • 413 篇 软件工程
    • 361 篇 计算机科学与技术...
    • 21 篇 电子科学与技术(可...
    • 21 篇 控制科学与工程
    • 9 篇 信息与通信工程
    • 5 篇 机械工程
    • 5 篇 电气工程
    • 4 篇 生物工程
    • 3 篇 动力工程及工程热...
    • 3 篇 生物医学工程(可授...
    • 2 篇 力学(可授工学、理...
    • 2 篇 建筑学
    • 2 篇 土木工程
    • 2 篇 农业工程
    • 1 篇 冶金工程
  • 87 篇 理学
    • 78 篇 数学
    • 12 篇 系统科学
    • 7 篇 统计学(可授理学、...
    • 4 篇 生物学
    • 2 篇 物理学
    • 2 篇 化学
    • 1 篇 大气科学
    • 1 篇 地质学
  • 25 篇 管理学
    • 19 篇 管理科学与工程(可...
    • 14 篇 工商管理
    • 6 篇 图书情报与档案管...
  • 4 篇 教育学
    • 4 篇 教育学
  • 3 篇 经济学
    • 3 篇 应用经济学
  • 3 篇 法学
    • 3 篇 社会学
  • 2 篇 农学
    • 2 篇 作物学

主题

  • 74 篇 performance
  • 72 篇 parallel process...
  • 63 篇 parallel program...
  • 44 篇 algorithms
  • 42 篇 languages
  • 35 篇 design
  • 26 篇 parallel algorit...
  • 25 篇 gpu
  • 15 篇 computer program...
  • 14 篇 parallel computi...
  • 13 篇 parallel
  • 12 篇 experimentation
  • 12 篇 measurement
  • 10 篇 mpi
  • 10 篇 transactional me...
  • 9 篇 graphics process...
  • 9 篇 theory
  • 9 篇 concurrency
  • 8 篇 multicore
  • 8 篇 synchronization

机构

  • 13 篇 carnegie mellon ...
  • 7 篇 indiana univ blo...
  • 4 篇 univ wisconsin d...
  • 4 篇 univ chinese aca...
  • 4 篇 univ illinois ur...
  • 4 篇 swiss fed inst t...
  • 4 篇 mit csail united...
  • 4 篇 shanghai jiao to...
  • 4 篇 mit comp sci & a...
  • 4 篇 rice university
  • 4 篇 univ rochester r...
  • 4 篇 purdue univ w la...
  • 3 篇 univ of tokyo
  • 3 篇 tsinghua univ de...
  • 3 篇 massachusetts in...
  • 3 篇 ohio state univ ...
  • 3 篇 carnegie mellon ...
  • 3 篇 inria rocquencou...
  • 3 篇 itmo univ st pet...
  • 3 篇 tsinghua univ pe...

作者

  • 9 篇 chen haibo
  • 8 篇 hoefler torsten
  • 8 篇 blelloch guy e.
  • 8 篇 agrawal kunal
  • 7 篇 garland michael
  • 7 篇 leiserson charle...
  • 6 篇 sun yihan
  • 6 篇 zhai jidong
  • 6 篇 shun julian
  • 6 篇 mellor-crummey j...
  • 5 篇 rainey mike
  • 5 篇 miller barton p.
  • 5 篇 krishnamoorthy s...
  • 5 篇 tsigas philippas
  • 5 篇 padua david
  • 5 篇 nikolopoulos dim...
  • 5 篇 lam monica s.
  • 5 篇 valero mateo
  • 5 篇 scott michael l.
  • 4 篇 taura kenjiro

语言

  • 538 篇 英文
  • 26 篇 其他
检索条件"任意字段=Proceedings of the ninth ACM SIGPLAN symposium on Principles and practice of parallel programming"
564 条 记 录,以下是221-230 订阅
排序:
parallel Suffix Array and Least Common Prefix for the GPU  13
Parallel Suffix Array and Least Common Prefix for the GPU
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Deo, Mrinal Keely, Sean Adv Micro Devices Inc Sunnyvale CA 94088 USA Univ Texas Austin Austin TX 78712 USA
Suffix Array (SA) is a data structure formed by sorting the suffixes of a string into lexicographic order. SAs have been used in a variety of applications, most notably in pattern matching and Burrows-Wheeler Transfor... 详细信息
来源: 评论
StreamScan: Fast Scan Algorithms for GPUs without Global Barrier Synchronization  13
StreamScan: Fast Scan Algorithms for GPUs without Global Bar...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Yan, Shengen Long, Guoping Zhang, Yunquan Chinese Acad Sci Inst Software Lab Parallel Software & Computat Sci Beijing 100864 Peoples R China Chinese Acad Sci State Key Lab Comp Sci Beijing 100864 Peoples R China Chinese Acad Sci Grad Univ Beijing 100864 Peoples R China
Scan (also known as prefix sum) is a very useful primitive for various important parallel algorithms, such as sort, BFS, SpMV, compaction and so on. Current state of the art of GPU based scan implementation consists o... 详细信息
来源: 评论
Scheduling parallel Programs by Work Stealing with Private Deques  13
Scheduling Parallel Programs by Work Stealing with Private D...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Acar, Umut A. Chargueraud, Arthur Rainey, Mike Carnegie Mellon Univ Dept Comp Sci Pittsburgh PA 15213 USA Univ Paris 11 CNRS LRI Orsay France
Work stealing has proven to be an effective method for scheduling parallel programs on multicore computers. To achieve high performance, work stealing distributes tasks between concurrent queues, called deques, which ... 详细信息
来源: 评论
parallel programming with Big Operators
Parallel Programming with Big Operators
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Park, Changhee Steele, Guy L., Jr. Tristan, Jean-Baptiste Korea Adv Inst Sci & Technol Taejon South Korea
In the sciences, it is common to use the so-called "big operator" notation to express the iteration of a binary operator (the reducer) over a collection of values. Such a notation typically assumes that the ... 详细信息
来源: 评论
Scalable Deterministic Replay in a parallel Full-system Emulator  13
Scalable Deterministic Replay in a Parallel Full-system Emul...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Chen, Yufei Chen, Haibo Fudan Univ Sch Comp Sci Shanghai Peoples R China Shanghai Jiao Tong Univ Inst Parallel & Distributed Syst Shanghai 200030 Peoples R China
Full-system emulation has been an extremely useful tool in developing and debugging systems software like operating systems and hypervisors. However, current full-system emulators lack the support for deterministic re... 详细信息
来源: 评论
ZOOMM: A parallel Web Browser Engine for Multicore Mobile Devices
ZOOMM: A Parallel Web Browser Engine for Multicore Mobile De...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Cascaval, Calin Fowler, Seth Ortego, Pablo Montesinos Piekarski, Wayne Reshadi, Mehrdad Robatmili, Behnam Weber, Michael Bhavsar, Vrajesh Qualcomm Res Silicon Valley Raleigh NC USA
We explore the challenges in expressing and managing concurrency in browsers on mobile devices. Browsers are complex applications that implement multiple standards, need to support legacy behavior, and are highly dyna... 详细信息
来源: 评论
Decentralized execution of constraint handling rules for ensembles  13
Decentralized execution of constraint handling rules for ens...
收藏 引用
15th symposium on principles and practice of Declarative programming, PPDP 2013
作者: Lam, Edmund S. L. Cervesato, Iliano Carnegie Mellon University United States
CHR is a declarative, concurrent and committed choice rule-based constraint programming language. In this paper, we adapt CHR to provide a decentralized execution model for parallel and distributed programs. Specifica... 详细信息
来源: 评论
PPoPP'12 - proceedings of the 2012 acm sigplan symposium on principles and practice of parallel programming
PPoPP'12 - Proceedings of the 2012 ACM SIGPLAN Symposium on ...
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming, PPoPP'12
The proceedings contain 57 papers. The topics discussed include: scalable framework for mapping streaming applications onto multi-GPU systems;efficient performance evaluation of memory hierarchy for highly multithread...
来源: 评论
Prolog programming with a map-reduce parallel construct  13
Prolog programming with a map-reduce parallel construct
收藏 引用
15th symposium on principles and practice of Declarative programming, PPDP 2013
作者: Côrte-Real, Joana Dutra, Inês Rocha, Ricardo CRACS INESC TEC University of Porto Rua Campo Alegre 1021/1055 4169-007 Porto Portugal
Map-Reduce is a programming model that has its roots in early functional programming. In addition to producing short and elegant code for problems involving lists or collections, this model has proven very useful for ... 详细信息
来源: 评论
A Peta-scalable CPU-GPU Algorithm for Global Atmospheric Simulations  13
A Peta-scalable CPU-GPU Algorithm for Global Atmospheric Sim...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Yang, Chao Xue, Wei Fu, Haohuan Gan, Lin Li, Linfeng Xu, Yangtong Lu, Yutong Sun, Jiachang Yang, Guangwen Zheng, Weimin Chinese Acad Sci Inst Software Beijing Peoples R China Tsinghua Univ Dept Comp Sci & Technol Beijing 100084 Peoples R China Tsinghua Univ Minist Educ Key Lab Earth Syst Modeling Beijing 100084 Peoples R China Tsinghua Univ Ctr Earth Syst Sci Beijing 100084 Peoples R China Natl Univ Def Technol Dept Comp Sci & Technol Changsha Hunan Peoples R China Chinese Acad Sci State Key Lab Space Weather Beijing Peoples R China
Developing highly scalable algorithms for global atmospheric modeling is becoming increasingly important as scientists inquire to understand behaviors of the global atmosphere at extreme scales. Nowadays, heterogeneou... 详细信息
来源: 评论