咨询与建议

限定检索结果

文献类型

  • 30 篇 会议
  • 4 篇 期刊文献
  • 1 册 图书

馆藏范围

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

日期分布

学科分类号

  • 26 篇 工学
    • 25 篇 软件工程
    • 20 篇 计算机科学与技术...
    • 3 篇 电子科学与技术(可...
    • 2 篇 生物医学工程(可授...
    • 2 篇 生物工程
    • 1 篇 信息与通信工程
    • 1 篇 控制科学与工程
    • 1 篇 环境科学与工程(可...
  • 9 篇 理学
    • 7 篇 数学
    • 2 篇 生物学
    • 1 篇 系统科学
  • 4 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 3 篇 工商管理
    • 2 篇 图书情报与档案管...
  • 1 篇 教育学
    • 1 篇 教育学

主题

  • 5 篇 parallel program...
  • 2 篇 parallelism
  • 2 篇 graphics process...
  • 2 篇 stream processin...
  • 2 篇 functional progr...
  • 2 篇 codes (symbols)
  • 2 篇 multicore progra...
  • 1 篇 object oriented ...
  • 1 篇 sequence scoring
  • 1 篇 parallel standar...
  • 1 篇 message passing
  • 1 篇 programming theo...
  • 1 篇 data parallelism
  • 1 篇 computer archite...
  • 1 篇 software enginee...
  • 1 篇 signal processin...
  • 1 篇 theorem proving ...
  • 1 篇 isabelle
  • 1 篇 computer communi...
  • 1 篇 ypnos

机构

  • 2 篇 university of he...
  • 2 篇 university of ch...
  • 1 篇 computer science...
  • 1 篇 university of he...
  • 1 篇 yale university ...
  • 1 篇 microsoft resear...
  • 1 篇 department of co...
  • 1 篇 oxford e-researc...
  • 1 篇 univ calabria di...
  • 1 篇 prolingua ltd ed...
  • 1 篇 mashhad
  • 1 篇 imperial college...
  • 1 篇 university of lü...
  • 1 篇 alma mater studi...
  • 1 篇 programming syst...
  • 1 篇 anafocus seville
  • 1 篇 department of co...
  • 1 篇 new mexico state...
  • 1 篇 univ amsterdam i...
  • 1 篇 computer and aut...

作者

  • 3 篇 scholz sven-bodo
  • 3 篇 grelck clemens
  • 2 篇 shafarenko alex
  • 2 篇 chakravarty manu...
  • 2 篇 reppy john
  • 2 篇 penczek frank
  • 2 篇 keller gabriele
  • 1 篇 michaelson g.
  • 1 篇 guo jing
  • 1 篇 spoonhower danie...
  • 1 篇 berthold j.
  • 1 篇 xiao yingqi
  • 1 篇 chakravarty manu...
  • 1 篇 treggiari leo
  • 1 篇 leshchinskiy rom...
  • 1 篇 moradi morteza
  • 1 篇 vieira rui
  • 1 篇 peter földesy
  • 1 篇 wenzel makarius
  • 1 篇 matthews david c...

语言

  • 35 篇 英文
检索条件"任意字段=Workshop on Declarative Aspects of Multicore Programming 2010"
35 条 记 录,以下是11-20 订阅
排序:
PASTHA - Parallelizing Stencil Calculations in Haskell
PASTHA - Parallelizing Stencil Calculations in Haskell
收藏 引用
workshop on declarative aspects of multicore programming 2010
作者: Lesniak, Michael Univ Kassel Res Grp Programming Languages Methodol Kassel Germany
Stencils are typical building blocks for many numerical scientific applications. Different parallelization methods exist, the choice of a method depends on the given stencil, parallel programming system etc. Implement... 详细信息
来源: 评论
A Parallel ASP Instantiator Based on DLV
A Parallel ASP Instantiator Based on DLV
收藏 引用
workshop on declarative aspects of multicore programming 2010
作者: Perri, Simona Ricca, Francesco Sirianni, Marco Univ Calabria Dipartimento Matemat I-87030 Arcavacata Di Rende Italy
Answer Set programming (ASP) is a purely-declarative logic programming language allowing for disjunction and nonmonotonic negation. The evaluation of ASP programs is traditionally carried out in two steps. In the firs... 详细信息
来源: 评论
Concurrent programming constructs in multi-engine prolog: Parallelism just for the cores (and not more!)
Concurrent programming constructs in multi-engine prolog: Pa...
收藏 引用
6th workshop on declarative aspects of multicore programming, DAMP 2011
作者: Tarau, Paul Department of Computer Science and Engineering University of North Texas United States
We discuss the impact of the separation of logic engines (independent logic processing units) and multi-threading on the design of parallel programming constructs aware of the fundamental invariant of today's typi... 详细信息
来源: 评论
Efficient Parallel programming in Poly/ML and Isabelle/ML
Efficient Parallel Programming in Poly/ML and Isabelle/ML
收藏 引用
workshop on declarative aspects of multicore programming 2010
作者: Matthews, David C. J. Wenzel, Makarius Prolingua Ltd Edinburgh EH4 3BB Midlothian Scotland
The ML family of languages and LCF-style interactive theorem proving have been closely related from their beginnings about 30 years ago. Here we report on a recent project to adapt both the Poly/ML compiler and the Is... 详细信息
来源: 评论
Computing with streams
Computing with streams
收藏 引用
6th workshop on declarative aspects of multicore programming, DAMP 2011
作者: Aguado, Joaquín Mendler, Michael Faculty of Information Systems and Applied Computer Sciences University of Bamberg Germany
In functional programming, the general technique for supporting stream-based computations is by means of (higher-order) functions external to the underline stream's structure. The proposal of this paper is orthogo... 详细信息
来源: 评论
Implementing deterministic declarative concurrency using sieves
Implementing deterministic declarative concurrency using sie...
收藏 引用
DAMP 2007: workshop on declarative aspects of multicore programming
作者: Lindley, Sam University of Edinburgh United Kingdom
The predominant thread-based approach to concurrent programming is bug-prone, difficult to reason about, and does not scale well to large numbers of processors. Sieves provide a simple way of adding deterministic decl... 详细信息
来源: 评论
declarative aspects of memory management in the concurrent collections parallel programming model
Declarative aspects of memory management in the concurrent c...
收藏 引用
4th ACM SIGPLAN workshop on declarative aspects of multicore programming, DAMP'09
作者: Budimlic, Zoran Chandramowlishwaran, Aparna Knobe, Kathleen Lowney, Geoff Sarkar, Vivek Treggiari, Leo Rice University United States Georgia Institute of Technology United States Intel Corporation
Concurrent Collections (CnC)[8] is a declarative parallel language that allows the application developer to express their parallel application as a collection of high-level computations called steps that communicate v... 详细信息
来源: 评论
Accelerating Haskell array codes with multicore GPUs
Accelerating Haskell array codes with multicore GPUs
收藏 引用
6th workshop on declarative aspects of multicore programming, DAMP 2011
作者: Chakravarty, Manuel M.T. Keller, Gabriele Lee, Sean McDonell, Trevor L. Grover, Vinod University of New South Wales Australia NVIDIA Corporation United States
Current GPUs are massively parallel multicore processors optimised for workloads with a large degree of SIMD parallelism. Good performance requires highly idiomatic programs, whose development is work intensive and re... 详细信息
来源: 评论
Compilers must speak properties, not just code: CAL: Constraint aggregation language for declarative component-coordination
Compilers must speak properties, not just code: CAL: Constra...
收藏 引用
7th workshop on declarative aspects and Applications of multicore programming, DAMP'12, Co-located with POPL 2012
作者: Kirner, Raimund Penczek, Frank Shafarenko, Alex University of Hertfordshire United Kingdom
This is a work-in-progress presentation in which we will argue that approaches based on components coordinated declaratively, such as S-Net, are ideally placed for automatic multicore optimisation. We will present our... 详细信息
来源: 评论
SAC: Off-the-shelf support for data-parallelism on multicores
SAC: Off-the-shelf support for data-parallelism on multicore...
收藏 引用
DAMP 2007: workshop on declarative aspects of multicore programming
作者: Grelck, Clemens Scholz, Sven-Bodo University of Lübeck Institute of Software Technology and Programming Languages Ratzeburger Allee 160 23538 Lübeck Germany University of Hertfordshire Department of Computer Science College Lane Hatfield AL10 9AB United Kingdom University of Hertfordshire United Kingdom
The advent of multicore processors has raised new demand for harnessing concurrency in the software mass market. We summarise our previous work on the data parallel, functional array processing language SaC. Its compi... 详细信息
来源: 评论