Skip to content
tmcdonell edited this page Jul 21, 2012 · 43 revisions

An Embedded Language for Accelerated Array Computations

Data.Array.Accelerate defines an embedded language of array computations for high-performance computing in Haskell. Computations on regular, multi-dimensional arrays are expressed in the form of parameterised collective operations such as maps, reductions, and permutations. These computations are online-compiled and executed on a range of architectures.

Clone this wiki locally