咨询与建议

限定检索结果

文献类型

  • 9 篇 会议
  • 4 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 12 篇 工学
    • 12 篇 计算机科学与技术...
    • 7 篇 软件工程
    • 2 篇 电气工程
  • 1 篇 理学
    • 1 篇 数学

主题

  • 13 篇 parallel code ge...
  • 4 篇 compilers
  • 4 篇 gpu
  • 2 篇 parallelising co...
  • 2 篇 partial differen...
  • 2 篇 matlab
  • 2 篇 cuda
  • 2 篇 stencil
  • 2 篇 kernel
  • 2 篇 graphics process...
  • 2 篇 hpc
  • 2 篇 field programmab...
  • 2 篇 scheduling
  • 2 篇 mathematics comp...
  • 1 篇 cpu
  • 1 篇 parallel process...
  • 1 篇 parallel archite...
  • 1 篇 central processi...
  • 1 篇 performance acce...
  • 1 篇 code derivation ...

机构

  • 1 篇 pacific nw natl ...
  • 1 篇 univ maryland de...
  • 1 篇 kent state univ ...
  • 1 篇 massey univ auck...
  • 1 篇 univ southern ca...
  • 1 篇 tu kaiserslauter...
  • 1 篇 univ catania dip...
  • 1 篇 irisa f-35042 re...
  • 1 篇 politecn milan d...
  • 1 篇 rochester inst t...
  • 1 篇 rice univ dept c...
  • 1 篇 rice univ housto...
  • 1 篇 rochester inst t...
  • 1 篇 school of automa...
  • 1 篇 computer science...

作者

  • 2 篇 skalicky sam
  • 2 篇 lopez sonia
  • 2 篇 murthy karthik
  • 2 篇 lukowiak marcin
  • 2 篇 mellor-crummey j...
  • 1 篇 krebs florian
  • 1 篇 xie zhaojun
  • 1 篇 schneider klaus
  • 1 篇 villa oreste
  • 1 篇 kwolek tyler
  • 1 篇 calvagna andrea
  • 1 篇 quilleré f
  • 1 篇 campisi salvator...
  • 1 篇 rafique omair
  • 1 篇 d.p. playne
  • 1 篇 srikant yn
  • 1 篇 bhatele abhinav
  • 1 篇 fornaia andrea
  • 1 篇 nichols daniel
  • 1 篇 playne d. p.

语言

  • 13 篇 英文
检索条件"主题词=Parallel code generation"
13 条 记 录,以下是1-10 订阅
排序:
Can Large Language Models Write parallel code?  24
Can Large Language Models Write Parallel Code?
收藏 引用
33rd International Symposium on High-Performance parallel and Distributed Computing (HPDC)
作者: Nichols, Daniel Davis, Joshua H. Xie, Zhaojun Rajaram, Arjun Bhatele, Abhinav Univ Maryland Dept Comp Sci College Pk MD 20742 USA
Large language models are increasingly becoming a popular tool for software development. Their ability to model and generate source code has been demonstrated in a variety of contexts, including code completion, summa... 详细信息
来源: 评论
A (Reverse) Mutation Testing Approach to Automatically generate parallel C/C plus plus code  30
A (Reverse) Mutation Testing Approach to Automatically gener...
收藏 引用
30th IEEE International Conference on Enabling Technologies - Infrastructure for Collaborative Enterprises (WETICE)
作者: Calanna, Salvatore Calvagna, Andrea Campisi, Salvatore Fornaia, Andrea Pappalardo, Giuseppe Torrisi, Riccardo Tramontana, Emiliano Univ Catania Dipartimento Matemat & Informat Catania Italy
As C/C++ has been widely used for several decades, a huge amount of C/C++ code is available. However, when using a modern processor having several cores, legacy code needs to be adapted for it to achieve the best perf... 详细信息
来源: 评论
Generating Efficient parallel code from the RVC-CAL Dataflow Language  22
Generating Efficient Parallel Code from the RVC-CAL Dataflow...
收藏 引用
45th Euromicro Conference on Software Engineering and Advanced Applications (SEAA) / 22nd Euromicro Conference on Digital System Design (DSD)
作者: Rafique, Omair Krebs, Florian Schneider, Klaus TU Kaiserslautern Dept Comp Sci Kaiserslautern Germany
The RVC-CAL language is used for implementing dataflow process networks (DPNs), i.e., distributed systems of actors. The behavior of an actor is defined by a set of actions which can consume input tokens and produce o... 详细信息
来源: 评论
Communication Avoiding Algorithms: Analysis and code generation for parallel Systems  24
Communication Avoiding Algorithms: Analysis and Code Generat...
收藏 引用
24th International Conference on parallel Architecture and Compilation (PACT)
作者: Murthy, Karthik Mellor-Crummey, John Rice Univ Dept Comp Sci Houston TX USA
Data movement is a critical bottleneck for future generations of parallel systems. The class of .5D communication-avoiding algorithms were developed to address this bottleneck. These algorithms reduce communication an... 详细信息
来源: 评论
Automated and parallel code generation for Finite-Differencing Stencils with Arbitrary Data Types
Automated and Parallel Code Generation for Finite-Differenci...
收藏 引用
International Conference on Computational Science (ICCS)
作者: Hawick, K. A. Playne, D. P. Massey Univ Auckland New Zealand
Finite-Differencing and other regular and direct approaches to solving partial differential equations (PDEs) are methods that fit well on data-parallel computer systems. These problems continue to arise in many applic... 详细信息
来源: 评论
Automated and parallel code generation for finite-differencing stencils with arbitrary data types
收藏 引用
Procedia Computer Science 2010年 第1期1卷 1795-1803页
作者: K.A. Hawick D.P. Playne Computer Science Massey University Albany North Shore 102-904 Auckland New Zealand
Finite-Differencing and other regular and direct approaches to solving partial differential equations (PDEs) are methods that fit well on data-parallel computer systems. These problems continue to arise in many applic... 详细信息
来源: 评论
A Compiler Transformation to Overlap Communication with Dependent Computation  9
A Compiler Transformation to Overlap Communication with Depe...
收藏 引用
2015 9th International Conference on Partitioned Global Address Space Programming Models (PGAS)
作者: Murthy, Karthik Mellor-Crummey, John Rice Univ Houston TX 77251 USA
Hiding communication latency is essential to achieve scalable performance on current and future parallel systems. In this extended abstract, we present a novel compiler transformation that overlaps communication with ... 详细信息
来源: 评论
A parallelizing Matlab Compiler Framework and Run time for Heterogeneous Systems  17
A Parallelizing Matlab Compiler Framework and Run time for H...
收藏 引用
2015 IEEE 17th International Conference on High Performance Computing and Communications (HPCC)
作者: Skalicky, Sam Lopez, Sonia Lukowiak, Marcin Schmidt, Andrew G. Rochester Inst Technol Dept Comp Engn Rochester NY 14623 USA Univ Southern Calif Inst Informat Sci Los Angeles CA 90089 USA
Compute-intensive applications incorporate ever increasing data processing requirements on hardware systems. Many of these applications have only recently become feasible thanks to the increasing computing power of mo... 详细信息
来源: 评论
Enabling FPGA support in MATLAB based Heterogeneous Systems
Enabling FPGA support in MATLAB based Heterogeneous Systems
收藏 引用
2014 International Conference on Reconfigurable Computing and FAGAs
作者: Skalicky, Sam Kwolek, Tyler Lopez, Sonia Lukowiak, Marcin Rochester Inst Technol Rochester NY 14623 USA
FPGAs have been shown to provide orders of magnitude improvement over CPUs and GPUs in terms of absolute performance and energy efficiency for various kernels such as Cholesky decomposition, matrix inversion, and FFT ... 详细信息
来源: 评论
YAPPA: a Compiler-Based parallelization Framework for Irregular Applications on MPSoCs
YAPPA: a Compiler-Based Parallelization Framework for Irregu...
收藏 引用
International Symposium on Rapid System Prototyping / Embedded Systems Week
作者: Lovergine, Silvia Tumeo, Antonino Villa, Oreste Ferrandi, Fabrizio Pacific NW Natl Lab Richland WA 99352 USA Politecn Milan DEIB Milan Italy
Modern embedded systems include hundreds of cores. Because of the difficulty in providing a fast, coherent memory architecture, these systems usually rely on non-coherent, non-uniform memory architectures with private... 详细信息
来源: 评论