咨询与建议

限定检索结果

文献类型

  • 18 篇 会议
  • 12 篇 期刊文献
  • 4 册 图书
  • 1 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 28 篇 工学
    • 21 篇 计算机科学与技术...
    • 20 篇 软件工程
    • 1 篇 电气工程
    • 1 篇 控制科学与工程
  • 4 篇 理学
    • 3 篇 数学
    • 1 篇 物理学
    • 1 篇 统计学(可授理学、...

主题

  • 35 篇 array programmin...
  • 4 篇 programming soft...
  • 4 篇 generalmanual
  • 4 篇 nostromo array
  • 4 篇 functional progr...
  • 4 篇 nostromo
  • 3 篇 dependent types
  • 3 篇 array
  • 3 篇 smalltalk
  • 3 篇 rank-polymorphis...
  • 3 篇 f-script
  • 3 篇 single assignmen...
  • 3 篇 select
  • 2 篇 loadout manager
  • 2 篇 high-level langu...
  • 2 篇 macro
  • 2 篇 gamepad
  • 2 篇 message pattern
  • 2 篇 dual analog
  • 2 篇 type systems

机构

  • 5 篇 radboud univ nij...
  • 3 篇 mcgill univ mont...
  • 2 篇 mit 77 massachus...
  • 1 篇 inria
  • 1 篇 google res montr...
  • 1 篇 univ copenhagen ...
  • 1 篇 univ amsterdam
  • 1 篇 univ toronto on
  • 1 篇 victoria univ we...
  • 1 篇 heriot watt univ...
  • 1 篇 dyalog ltd on
  • 1 篇 ecole polytech f...
  • 1 篇 shandong univ sc...
  • 1 篇 google res warsa...
  • 1 篇 med univ lubeck ...
  • 1 篇 univ copenhagen ...
  • 1 篇 indiana univ ope...
  • 1 篇 natl univ singap...
  • 1 篇 mit csail 77 mas...
  • 1 篇 univ new s wales...

作者

  • 6 篇 scholz sven-bodo
  • 3 篇 ragan-kelley jon...
  • 3 篇 koopman thomas
  • 3 篇 grelck clemens
  • 2 篇 hendren laurie
  • 2 篇 philippe mougin
  • 2 篇 kemme bettina
  • 2 篇 liu amanda
  • 2 篇 vytiniotis dimit...
  • 2 篇 chlipala adam
  • 2 篇 aaldering jordy
  • 2 篇 chen hanfeng
  • 1 篇 bernstein gilber...
  • 1 篇 johnson matthew ...
  • 1 篇 lumsdaine a
  • 1 篇 dubach christoph...
  • 1 篇 leshchinskiy rom...
  • 1 篇 johnson daniel d...
  • 1 篇 ankner johan
  • 1 篇 lund simon andre...

语言

  • 33 篇 英文
  • 2 篇 其他
检索条件"主题词=array programming"
35 条 记 录,以下是21-30 订阅
排序:
Improving Database Query Performance with Automatic Fusion  2020
Improving Database Query Performance with Automatic Fusion
收藏 引用
29th ACM SIGPLAN International Conference on Compiler Construction (CC)
作者: Chen, Hanfeng Krolik, Alexander Kemme, Bettina Verbrugge, Clark Hendren, Laurie McGill Univ Montreal PQ Canada
array-based programming languages have shown significant promise for improving performance of column-based in-memory database systems, allowing elegant representation of query execution plans that are also amenable to... 详细信息
来源: 评论
NumCIL and Bohrium: High Productivity and High Performance  11th
NumCIL and Bohrium: High Productivity and High Performance
收藏 引用
11th International Conference on Parallel Processing and Applied Mathematics (PPAM)
作者: Skovhede, Kenneth Lund, Simon Andreas Frimann Univ Copenhagen Niels Bohr Inst Copenhagen Denmark
In this paper, we explore the mapping of the NumCIL C# vector library where operations are offloaded to the Bohrium runtime system and evaluate the performance gains. By using a feature-rich language, such as C#, we a... 详细信息
来源: 评论
Polymorphic Types with Polynomial Sizes  9
Polymorphic Types with Polynomial Sizes
收藏 引用
9th ACM SIGPLAN International Workshop on Libraries, Languages and Compilers for array programming (array)
作者: Colaco, Jean-Louis Pauget, Baptiste Pouzet, Marc ANSYS Toulouse France INRIA Paris France PSL Univ Ecole normale super Paris France
This article presents a compile-time analysis for tracking the size of data-structures in a statically typed and strict functional language. This information is valuable for static checking and code generation. Rather... 详细信息
来源: 评论
Shray: An Owner-Compute Distributed Shared-Memory System  10
Shray: An Owner-Compute Distributed Shared-Memory System
收藏 引用
10th ACM SIGPLAN International Workshop on Libraries, Languages and Compilers for array programming (array)
作者: Schrijvers, Stefan Koopman, Thomas Scholz, Sven-Bodo Radboud Univ Nijmegen Nijmegen Netherlands
In this paper, we propose a new library for storing arrays in a distributed fashion on distributed memory systems. From a programmer's perspective, these arrays behave for arbitrary reads as if they were allocated... 详细信息
来源: 评论
Latent Idiom Recognition for a Minimalist Functional array Language using Equality Saturation  24
Latent Idiom Recognition for a Minimalist Functional Array L...
收藏 引用
22nd IEEE/ACM International Symposium on Code Generation and Optimization (CGO)
作者: Van der Cruysse, Jonathan Dubach, Christophe McGill Univ Montreal PQ Canada Mila Montreal PQ Canada
Accelerating programs is typically done by recognizing code idioms matching high-performance libraries or hardware interfaces. However, recognizing such idioms automatically is challenging. The idiom recognition machi... 详细信息
来源: 评论
Rank-Polymorphism for Shape-Guided Blocking  11
Rank-Polymorphism for Shape-Guided Blocking
收藏 引用
11th ACM SIGPLAN International Workshop on Functional High-Performance and Numerical Computing (FHPNC)
作者: Sinkarovs, Artjoms Koopman, Thomas Scholz, Sven-Bodo Heriot Watt Univ Edinburgh Midlothian Scotland Radboud Univ Nijmegen Nijmegen Netherlands
Many numerical algorithms on matrices or tensors can be formulated in a blocking style which improves performance due to better cache locality. In imperative languages, blocking is achieved by introducing additional l... 详细信息
来源: 评论
Modulo in high-performance code: strength reduction for modulo-based array indexing in loops  35
Modulo in high-performance code: strength reduction for modu...
收藏 引用
35th Symposium on Implementation and Application of Functional Languages (IFL)
作者: Verloop, Michiel Koopman, Thomas Scholz, Sven-Bodo Radboud Univ Nijmegen Nijmegen Netherlands
Modulo operations on array indices provide a convenient means for specifying cyclic operations on arrays, such as rotations. A naive compilation of such operations involves integer divisions, which often can be avoide... 详细信息
来源: 评论
Type Patterns: Pattern Matching on Shape-Carrying array Types  35
Type Patterns: Pattern Matching on Shape-Carrying Array Type...
收藏 引用
35th Symposium on Implementation and Application of Functional Languages (IFL)
作者: Aaldering, Jordy Scholz, Sven-Bodo van Gastel, Bernard Radboud Univ Nijmegen Nijmegen Netherlands
In this paperwe present type patterns: a notation for shape-carrying array types that enables the specification of dependent type signatures while maintaining flexibility and a high level of code readability. Similar ... 详细信息
来源: 评论
Recycle Your arrays!
收藏 引用
11th International Symposium on Practical Aspects of Declarative Languages
作者: Leshchinskiy, Roman Univ New S Wales Sch Engn & Comp Sci Sydney NSW 2052 Australia
Purely functional arrays are notoriously difficult to implement and use efficiently due to the absence of destructive updates and the resultant frequent copying. Deforestation frameworks such as stream fusion achieve ... 详细信息
来源: 评论
Destination-Passing Style for Efficient Memory Management  6
Destination-Passing Style for Efficient Memory Management
收藏 引用
6th ACM SIGPLAN International Workshop on Functional High-Performance Computing (FHPC)
作者: Shaikhha, Amir Fitzgibbon, Andrew Jones, Simon Peyton Vytiniotis, Dimitrios Ecole Polytech Fed Lausanne Lausanne Switzerland Microsoft HoloLens Cambridge England Microsoft Res Cambridge England
We show how to compile high-level functional array-processing programs, drawn from image processing and machine learning, into C code that runs as fast as hand-written C. The key idea is to transform the program to de... 详细信息
来源: 评论