咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是231-240 订阅
排序:
Accelerating CUDA Graph Algorithms at Maximum Warp  11
Accelerating CUDA Graph Algorithms at Maximum Warp
收藏 引用
16th ACM symposium on principles and practice of parallel programming
作者: Hong, Sungpack Kim, Sang Kyun Oguntebi, Tayo Olukotun, Kunle Stanford Univ Comp Syst Lab Stanford CA 94305 USA
Graphs are powerful data representations favored in many computational domains. Modern GPUs have recently shown promising results in accelerating computationally challenging graph problems but their performance suffer... 详细信息
来源: 评论
the Tasks with Effects Model for Safe Concurrency  13
The Tasks with Effects Model for Safe Concurrency
收藏 引用
18th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Heumann, Stephen T. Adve, Vikram S. Wang, Shengjie Univ Illinois Urbana IL 61801 USA
Today's widely-used concurrent programming models either provide weak safety guarantees, making it easy to write code with subtle errors, or are limited in the class of programs that they can express. We propose a... 详细信息
来源: 评论
Helper Locks for Fork-Join parallel programming
Helper Locks for Fork-Join Parallel Programming
收藏 引用
15th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Agrawal, Kunal Leiserson, Charles E. Sukha, Jim Washington Univ St Louis MO 63130 USA
Helper locks allow programs with large parallel critical sections, called parallel regions, to execute more efficiently by enlisting processors that might otherwise be waiting on the helper lock to aid in the executio... 详细信息
来源: 评论
ActorSpace: An open distributed programming paradigm  93
ActorSpace: An open distributed programming paradigm
收藏 引用
4th ACM SIGPLAN symposium on principles and practice of parallel programming, PPOPP 1993
作者: Agha, Gul Callsen, Christian J. Department of Computer Science University of Illinois at Urbana-Champaign 1304 W. Springfield Avenue UrbanaIL61801 United States Department of Math and Comp. Science Aalborg University Frederik Bajers Vej 7E Aalborg Øst9220 Denmark
We present a new programming paradigm called ActorSpace. ActorSpace provides a new communication model based on destination patterns. An actorSpace is a computationally passive container of actors which acts as a cont... 详细信息
来源: 评论
Well-structured futures and cache locality  14
Well-structured futures and cache locality
收藏 引用
2014 19th ACM SIGPLAN symposium on principles and practice of parallel programming, PPoPP 2014
作者: Herlihy, Maurice Liu, Zhiyu Computer Science Department Brown University United States
In fork-join parallelism, a sequential program is split into a directed acyclic graph of tasks linked by directed dependency edges, and the tasks are executed, possibly in parallel, in an order consistent with their d... 详细信息
来源: 评论
Internally Deterministic parallel Algorithms Can Be Fast  12
Internally Deterministic Parallel Algorithms Can Be Fast
收藏 引用
17th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Blelloch, Guy E. Fineman, Jeremy T. Gibbons, Phillip B. Shun, Julian Carnegie Mellon Univ Pittsburgh PA 15213 USA Georgetown Univ Pittsburgh PA USA Intel Labs Pittsburgh PA USA
the virtues of deterministic parallelism have been argued for decades and many forms of deterministic parallelism have been described and analyzed. Here we are concerned with one of the strongest forms, requiring that... 详细信息
来源: 评论
Advanced synchronization techniques for task-based runtime systems  21
Advanced synchronization techniques for task-based runtime s...
收藏 引用
26th ACM SIGPLAN symposium on principles and practice of parallel programming, PPoPP 2021
作者: Álvarez, David Sala, Kevin Maroñas, Marcos Roca, Aleix Beltran, Vincenç Barcelona Supercomputing Center Barcelona Spain
Task-based programming models like OmpSs-2 and OpenMP provide a flexible data-flow execution model to exploit dynamic, irregular and nested parallelism. Providing an efficient implementation that scales well with smal... 详细信息
来源: 评论
INFINEL: An efficient GPU-based processing method for unpredictable large output graph queries  24
INFINEL: An efficient GPU-based processing method for unpred...
收藏 引用
29th ACM SIGPLAN Annual symposium on principles and practice of parallel programming (PPoPP)
作者: Park, Sungwoo Oh, Seyeon Kim, Min-Soo Korea Adv Inst Sci & Technol Seoul South Korea GraphAI Seoul South Korea
With the introduction of GPUs, which are specialized for iterative parallel computations, the execution of computationintensive graph queries using a GPU has seen significant performance improvements. However, due to ... 详细信息
来源: 评论
Impala: a middleware system for managing autonomic, parallel sensor systems  03
Impala: a middleware system for managing autonomic, parallel...
收藏 引用
9th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Liu, T Martonosi, M Princeton Univ Dept Comp Sci Princeton NJ 08544 USA Princeton Univ Dept Elect Engn Princeton NJ 08544 USA
Sensor networks are long-running computer systems with many sensing/compute nodes working to gather information about their environment, process and fuse that information, and in some cases, actuate control mechanisms... 详细信息
来源: 评论
Deterministic parallel Random-Number Generation for Dynamic-Multithreading Platforms  12
Deterministic Parallel Random-Number Generation for Dynamic-...
收藏 引用
17th ACM SIGPLAN symposium on principles and practice of parallel programming
作者: Leiserson, Charles E. Schardl, Tao B. Sukha, Jim MIT Comp Sci & Artificial Intelligence Lab Cambridge MA 02139 USA
Existing concurrency platforms for dynamic multithreading do not provide repeatable parallel random-number generators. this paper proposes that a mechanism called pedigrees be built into the runtime system to enable e... 详细信息
来源: 评论