咨询与建议

限定检索结果

文献类型

  • 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

语言

  • 367 篇 英文
  • 26 篇 其他
检索条件"任意字段=5th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming"
393 条 记 录,以下是231-240 订阅
排序:
Load Balancing on Speed
Load Balancing on Speed
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Hofmeyr, Steven Iancu, Costin Blagojevic, Filip Lawrence Berkeley Natl Lab Berkeley CA USA
To fully exploit multicore processors, applications are expected to provide a large degree of thread-level parallelism. While adequate for low core counts and their typical workloads, the current load balancing suppor... 详细信息
来源: 评论
Towards Scalable and Transparent parallelization of Multiplayer Games using Transactional Memory Support
Towards Scalable and Transparent Parallelization of Multipla...
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Lupei, Daniel Simion, Bogdan Pinto, Don Misler, Matthew Burcea, Mihai Krick, William Amza, Cristiana Univ Toronto Dept Elect & Comp Engn Toronto ON M5S 1A1 Canada
this work addresses the problem of parallelizing multiplayer games using software Transactional Memory (STM) support. Using a realistic high impact application, we show that STM provides not only ease of programming, ... 详细信息
来源: 评论
Data Transformations Enabling Loop Vectorization on Multithreaded Data parallel Architectures
Data Transformations Enabling Loop Vectorization on Multithr...
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Jang, Byunghyun Mistry, Perhaad Schaa, Dana Dominguez, Rodrigo Kaeli, David Northeastern Univ Dept ECE Boston MA 02115 USA
Loop vectorization, a key feature exploited to obtain high performance on Single Instruction Multiple Data (SIMD) vector architectures, is significantly hindered by irregular memory access patterns in the data stream.... 详细信息
来源: 评论
Effective Communication and Computation Overlap with Hybrid MPI/SMPSs
Effective Communication and Computation Overlap with Hybrid ...
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Marjanovic, Vladimir Labarta, Jesus Ayguade, Eduard Valero, Mateo Barcelona Supercomp Ctr BSC CNS Dept Comp Sci Barcelona Spain Tech Univ Catalunya UPC Comp Architecture Dept Barcelona Spain
Communication overhead is one of the dominant factors affecting performance in high-performance computing systems. To reduce the negative impact of communication, programmers overlap communication and computation by u... 详细信息
来源: 评论
Is Transactional programming Actually Easier?
Is Transactional Programming Actually Easier?
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Rossbach, Christopher J. Hofmann, Owen S. Witchel, Emmett Univ Texas Austin Austin TX 78712 USA
Chip multi-processors (CMPs) have become ubiquitous, while tools that ease concurrent programming have not. the promise of increased performance for all applications through ever more parallel hardware requires good t... 详细信息
来源: 评论
Scaling LAPACK Panel Operations Using parallel Cache Assignment
Scaling LAPACK Panel Operations Using Parallel Cache Assignm...
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Castaldo, Anthony M. Whaley, R. Clint Univ Texas San Antonio Dept Comp Sci San Antonio TX 78249 USA
In LAPACK many matrix operations are cast as block algorithms which iteratively process a panel using an unblocked algorithm and then update a remainder matrix using the high performance Level 3 BLAS. the Level 3 BLAS... 详细信息
来源: 评论
Leveraging parallel Nesting in Transactional Memory
Leveraging Parallel Nesting in Transactional Memory
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Barreto, Joao Dragojevic, Aleksandar Ferreira, Paulo Guerraoui, Rachid Kapalka, Michal Univ Tecn Lisboa INESC ID Lisbon Portugal Swiss Fed Inst Technol CH-1015 Lausanne Switzerland
Exploiting the emerging reality of affordable multi-core architectures goes through providing programmers with simple abstractions that would enable them to easily turn their sequential programs into concurrent ones t... 详细信息
来源: 评论
Using Data Structure Knowledge for Efficient Lock Generation and Strong Atomicity
Using Data Structure Knowledge for Efficient Lock Generation...
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Upadhyaya, Gautam Midkiff, Samuel P. Pai, Vijay S. Purdue Univ W Lafayette IN 47907 USA
To achieve high-performance on multicore systems, shared-memory parallel languages must efficiently implement atomic operations. the commonly used and studied paradigms for atomicity are fine-grained locking, which is... 详细信息
来源: 评论
An Adaptive Performance Modeling Tool for GPU Architectures
An Adaptive Performance Modeling Tool for GPU Architectures
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Baghsorkhi, Sara S. Delahaye, Matthieu Patel, Sanjay J. Gropp, William D. Hwu, Wen-mei W. Univ Illinois Urbana IL 61801 USA
this paper presents an analytical model to predict the performance of general-purpose applications on a GPU architecture. the model is designed to provide performance information to an auto-tuning compiler and assist ... 详细信息
来源: 评论
Improving parallelism and Locality with Asynchronous Algorithms
Improving Parallelism and Locality with Asynchronous Algorit...
收藏 引用
15th acm sigplan symposium on principles and practice of parallel programming
作者: Liu, Lixia Li, Zhiyuan Purdue Univ Dept Comp Sci W Lafayette IN 47907 USA
As multicore chips become the main building blocks for high performance computers, many numerical applications face a performance impediment due to the limited hardware capacity to move data between the CPU and the of... 详细信息
来源: 评论