scispace - formally typeset
K

Kenneth Skovhede

Researcher at University of Copenhagen

Publications -  13
Citations -  54

Kenneth Skovhede is an academic researcher from University of Copenhagen. The author has contributed to research in topics: NumPy & Python (programming language). The author has an hindex of 3, co-authored 12 publications receiving 51 citations.

Papers
More filters
Proceedings ArticleDOI

Bohrium: A Virtual Machine Approach to Portable Parallelism

TL;DR: Bohrium is a runtime-system for mapping vector operations onto a number of different hardware platforms, from simple multi-core systems to clusters and GPU enabled systems, and can be used for any programming language but for now, the supported languages are limited to Python, C++ and the Net framework.
Proceedings ArticleDOI

Teaching Concurrent and Distributed Programming With Concepts Over Mathematical Proofs

TL;DR: A concept-based approach to teaching was used to update how concurrent and distributed systems were taught at the University of Copenhagen to drive student engagement whilst fostering a deeper understanding of the presented topics compared to more traditional displays of crude facts.
Journal ArticleDOI

NumCIL: Numeric Operations in the Common Intermediate Language

TL;DR: This article presents NumCIL, a new framework for expressing scientific and financial algorithms by using n-dimensional arrays and shows that the implementation is able to perform on par with numpy for a variety of problems taken from imaging, physics and financial computing domains.
Proceedings ArticleDOI

Distributed Shared Memory for the Cell Broadband Engine (DSMCBE)

TL;DR: This paper presents a software library, namely the Distributed Shared Memory for the Cell Broadband Engine (DSMCBE), which allows programmers to program the CELL-BE with relative ease and in addition scale their applications to use multiple CEll-BE processors in a network.