咨询与建议

限定检索结果

文献类型

  • 311 篇 会议
  • 19 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

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

主题

  • 54 篇 performance
  • 48 篇 parallel process...
  • 33 篇 algorithms
  • 32 篇 parallel program...
  • 27 篇 languages
  • 25 篇 design
  • 20 篇 parallel algorit...
  • 20 篇 gpu
  • 9 篇 experimentation
  • 9 篇 measurement
  • 7 篇 graphics process...
  • 7 篇 theory
  • 7 篇 parallel
  • 6 篇 mpi
  • 6 篇 parallel computi...
  • 6 篇 concurrency
  • 5 篇 scalability
  • 5 篇 parallelism
  • 5 篇 graph algorithms
  • 4 篇 gpgpu

机构

  • 7 篇 carnegie mellon ...
  • 5 篇 univ of tokyo
  • 4 篇 indiana univ blo...
  • 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 篇 shanghai key lab...
  • 2 篇 univ of wisconsi...
  • 2 篇 tsinghua univers...
  • 2 篇 tsinghua univ de...
  • 2 篇 shanghai jiao to...
  • 2 篇 nvidia corporati...

作者

  • 8 篇 blelloch guy e.
  • 6 篇 hoefler torsten
  • 6 篇 garland michael
  • 6 篇 chen haibo
  • 6 篇 shun julian
  • 5 篇 sun yihan
  • 5 篇 zhai jidong
  • 4 篇 dhulipala laxman
  • 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
  • 3 篇 chen wenguang

语言

  • 327 篇 英文
  • 3 篇 其他
检索条件"任意字段=Proceedings of the 26th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming"
330 条 记 录,以下是161-170 订阅
排序:
Ownership Passing: Efficient Distributed Memory programming on Multi-core Systems  13
Ownership Passing: Efficient Distributed Memory Programming ...
收藏 引用
18th acm sigplan symposium on principles and practice of parallel programming
作者: Friedley, Andrew Hoefler, Torsten Bronevetsky, Greg Lumsdaine, Andrew Ma, Ching-Chen Indiana Univ Bloomington IN 47405 USA ETH Zurich Switzerland Lawrence Livermore Natl Lab Livermore CA USA Rose Hulman Inst Technol Terre Haute IN 47803 USA
the number of cores in multi- and many-core high-performance processors is steadily increasing. MPI, the de-facto standard for programming high-performance computing systems offers a distributed memory programming mod... 详细信息
来源: 评论
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 ... 详细信息
来源: 评论
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... 详细信息
来源: 评论
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... 详细信息
来源: 评论
proceedings of the 15th symposium on principles and practice of Declarative programming, PPDP 2013
Proceedings of the 15th Symposium on Principles and Practice...
收藏 引用
15th symposium on principles and practice of Declarative programming, PPDP 2013
the proceedings contain 26 papers. the topics discussed include: a declarative and bidirectional model transformation approach based on graph co-spans;an operational foundation for the tactic language of coq;proofs yo...
来源: 评论
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... 详细信息
来源: 评论
programming parallel Embedded and Consumer Applications in OpenMP Superscalar  12
Programming Parallel Embedded and Consumer Applications in O...
收藏 引用
17th acm sigplan symposium on principles and practice of parallel programming
作者: Andersch, Michael Chi, Chi Ching Juurlink, Ben TU Berlin D-10587 Berlin Germany
In this paper, we evaluate the performance and usability of the parallel programming model OpenMP Superscalar (OmpSs), apply it to 10 different benchmarks and compare its performance with corresponding POSIX threads i... 详细信息
来源: 评论