咨询与建议

限定检索结果

文献类型

  • 5,037 篇 会议
  • 1,442 篇 期刊文献
  • 129 册 图书
  • 75 篇 学位论文

馆藏范围

  • 6,683 篇 电子文献
  • 1 种 纸本馆藏

日期分布

学科分类号

  • 3,968 篇 工学
    • 3,385 篇 计算机科学与技术...
    • 2,001 篇 软件工程
    • 991 篇 电气工程
    • 236 篇 信息与通信工程
    • 178 篇 电子科学与技术(可...
    • 136 篇 控制科学与工程
    • 66 篇 机械工程
    • 52 篇 生物医学工程(可授...
    • 52 篇 生物工程
    • 44 篇 仪器科学与技术
    • 32 篇 材料科学与工程(可...
    • 30 篇 力学(可授工学、理...
    • 28 篇 动力工程及工程热...
    • 28 篇 土木工程
    • 21 篇 光学工程
    • 20 篇 石油与天然气工程
  • 676 篇 理学
    • 395 篇 数学
    • 118 篇 物理学
    • 87 篇 生物学
    • 78 篇 系统科学
    • 33 篇 化学
    • 28 篇 统计学(可授理学、...
    • 25 篇 地球物理学
  • 354 篇 管理学
    • 262 篇 管理科学与工程(可...
    • 98 篇 图书情报与档案管...
    • 62 篇 工商管理
  • 68 篇 教育学
    • 62 篇 教育学
  • 59 篇 医学
    • 44 篇 临床医学
    • 22 篇 基础医学(可授医学...
  • 30 篇 法学
    • 27 篇 社会学
  • 17 篇 农学
  • 15 篇 经济学
  • 12 篇 文学
  • 6 篇 艺术学
  • 4 篇 军事学

主题

  • 6,683 篇 parallel program...
  • 1,068 篇 concurrent compu...
  • 1,006 篇 parallel process...
  • 572 篇 programming prof...
  • 482 篇 application soft...
  • 466 篇 computer science
  • 466 篇 computer archite...
  • 402 篇 hardware
  • 340 篇 message passing
  • 335 篇 distributed comp...
  • 320 篇 libraries
  • 316 篇 computational mo...
  • 248 篇 computer languag...
  • 231 篇 high performance...
  • 230 篇 program processo...
  • 229 篇 runtime
  • 198 篇 parallel archite...
  • 196 篇 parallel algorit...
  • 193 篇 yarn
  • 179 篇 costs

机构

  • 14 篇 carnegie mellon ...
  • 13 篇 barcelona superc...
  • 11 篇 brno university ...
  • 11 篇 univ illinois de...
  • 11 篇 school of comput...
  • 11 篇 intel corporatio...
  • 10 篇 univ pisa dept c...
  • 10 篇 stanford univ st...
  • 9 篇 school of applie...
  • 9 篇 department of co...
  • 9 篇 carnegie mellon ...
  • 9 篇 mathematics and ...
  • 9 篇 department of co...
  • 9 篇 rice univ housto...
  • 8 篇 department of co...
  • 8 篇 ibm thomas j. wa...
  • 8 篇 univ alberta dep...
  • 8 篇 department of co...
  • 8 篇 irisa rennes
  • 8 篇 tech univ berlin

作者

  • 31 篇 griebler dalvan
  • 25 篇 sarkar vivek
  • 21 篇 danelutto marco
  • 20 篇 fernandes luiz g...
  • 19 篇 loulergue freder...
  • 17 篇 badia rosa m.
  • 16 篇 torquati massimo
  • 15 篇 mencagli gabriel...
  • 15 篇 olukotun kunle
  • 14 篇 wolf felix
  • 12 篇 g. runger
  • 12 篇 gonzalez-escriba...
  • 12 篇 ayguade eduard
  • 12 篇 m. sato
  • 11 篇 hoefler torsten
  • 11 篇 dinavahi venkata
  • 11 篇 benini luca
  • 11 篇 valero mateo
  • 11 篇 sato mitsuhisa
  • 11 篇 t. rauber

语言

  • 6,497 篇 英文
  • 133 篇 其他
  • 21 篇 中文
  • 17 篇 俄文
  • 7 篇 土耳其文
  • 2 篇 德文
  • 2 篇 朝鲜文
  • 1 篇 西班牙文
  • 1 篇 日文
  • 1 篇 葡萄牙文
检索条件"主题词=parallel programming"
6683 条 记 录,以下是421-430 订阅
排序:
GPotion: An embedded DSL for GPU programming in Elixir  23
GPotion: An embedded DSL for GPU programming in Elixir
收藏 引用
27th Brazilian Symposium on programming Languages, SBLP 2023
作者: Du Bois, Andre Rauber Cavalheiro, Gerson PPGC Federal University of Pelotas Brazil
This paper presents GPotion, a DSL for GPU programming embedded in the Elixir functional language. GPotion allows programmers to write low-level GPU kernels, similar to CUDA kernels, in Elixir but also provides high-l... 详细信息
来源: 评论
Reverse-Mode AD of Multi-Reduce and Scan in Futhark  35
Reverse-Mode AD of Multi-Reduce and Scan in Futhark
收藏 引用
35th Symposium on Implementation and Application of Functional Languages, IFL 2023
作者: Bruun, Lotte Maria Larsen, Ulrik Stuhr Hinnerskov, Nikolaj Hey Oancea, Cosmin Eugen University of Copenhagen Denmark
We present and evaluate the Futhark implementation of reverse-mode automatic differentiation (AD) for the basic blocks of parallel programming: reduce, prefix sum (scan), and reduce-by-index (multi-reduce). We present... 详细信息
来源: 评论
Shared Memory parallelism in Modern C++ and HPX  1
收藏 引用
1st International Workshop on Asynchronous Many-Task Systems and Applications, WAMTA 2023
作者: Diehl, Patrick Brandt, Steven R. Kaiser, Hartmut Center of Computation and Technology Louisiana State University Baton Rouge United States Department of Physics and Astronomy Louisiana State University Baton Rouge United States
parallel programming remains a daunting challenge, from the struggle to express a parallel algorithm without cluttering the underlying synchronous logic, to describing which devices to employ in a calculation, to corr... 详细信息
来源: 评论
parallel-Batched Interpolation Search Tree  17th
Parallel-Batched Interpolation Search Tree
收藏 引用
parallel Computing Technologies - 17th International Conference, PaCT 2023, Proceedings
作者: Aksenov, Vitaly Kokorin, Ilya Martsenyuk, Alena ITMO University Saint Petersburg Russia *** Saint Petersburg Russia
A sorted set (or map) is one of the most used data types in computer science. In addition to standard set operations, like Insert, Remove, and Contains, it can provide set-set operations such as Union, Intersection, a... 详细信息
来源: 评论
Comparison of Load Balancing Schemes for Asynchronous Many-Task Runtimes  1
收藏 引用
14th International Conference on parallel Processing and Applied Mathematics, PPAM 2022
作者: Reitz, Lukas Hardenbicker, Kai Fohry, Claudia Research Group Programming Languages/Methodologies University of Kassel Kassel Germany
A popular approach to program scalable irregular applications is Asynchronous Many-Task (AMT) programming. Here, programs define tasks according to task models such as dynamic independent tasks (DIT) or nest... 详细信息
来源: 评论
Characterizing Performance Impacts of Subnormal Numbers on Vector Instructions and Transcendental Functions  29
Characterizing Performance Impacts of Subnormal Numbers on V...
收藏 引用
29th IEEE International Conference on parallel and Distributed Systems, ICPADS 2023
作者: Wang, Xudong Lin, James Liao, Qiucheng Shanghai Jiao Tong University Center for High-Performance Computing Shanghai China
We investigated the performance impact of IEEE-754 double-precision floating-point subnormal numbers, focusing on vector arithmetic and transcendental functions across Intel, AMD, and HiSilicon CPUs. We developed a be... 详细信息
来源: 评论
Performance Analysis Tools for MPI Applications and their Use in programming Education  14
Performance Analysis Tools for MPI Applications and their Us...
收藏 引用
14th Annual ACM/SPEC International Conference on Performance Engineering, ICPE 2023
作者: Roth, Anna-Lena Süß, Tim University of Applied Sciences Fulda Germany
Performance analysis tools are frequently used to support the development of parallel MPI applications. They facilitate the detection of errors, bottlenecks, or inefficiencies but differ substantially in their instrum... 详细信息
来源: 评论
Portable Implementations ofWork Stealing  5
Portable Implementations ofWork Stealing
收藏 引用
5th International Conference on Big-data Service and Intelligent Computation, BDSIC 2023
作者: Yasugi, Masahiro Hiraishi, Tasuku Takeuchi, Chihiro Kyushu Institute of Technology Fukuoka Iizuka Japan Kyoto Tachibana University Kyoto Japan The Japan Research Institute Limited Japan
Work stealing is a well-known technique for dynamic load balancing;however, manually writing work-stealing protocols is errorprone. We can use the Tascell parallel programming language for the correct and portable imp... 详细信息
来源: 评论
Improving the accessibility of NUMA-aware C++ application development based on the PGASUS framework
Improving the accessibility of NUMA-aware C++ application de...
收藏 引用
作者: Plauth, Max Eberhardt, Felix Grapentin, Andreas Polze, Andreas Hasso Plattner Institute for Digital Engineering University of Potsdam Potsdam Germany
Certain workloads such as in-memory databases are inherently hard to scale-out and rely on cache-coherent scale-up non-uniform memory access (NUMA) systems to keep up with the ever-increasing demand for compute resour... 详细信息
来源: 评论
Beyond Static parallel Loops: Supporting Dynamic Task parallelism on Manycore Architectures with Software-Managed Scratchpad Memories  2023
Beyond Static Parallel Loops: Supporting Dynamic Task Parall...
收藏 引用
28th ACM International Conference on Architectural Support for programming Languages and Operating Systems, ASPLOS 2023
作者: Cheng, Lin Ruttenberg, Max Jung, Dai Cheol Richmond, Dustin Taylor, Michael Oskin, Mark Batten, Christopher Cornell University United States University of Washington United States University of California at Santa Cruz Santa Cruz United States
Manycore architectures integrate hundreds of cores on a single chip by using simple cores and simple memory systems usually based on software-managed scratchpad memories (SPMs). However, such architectures are notorio... 详细信息
来源: 评论