-
Notifications
You must be signed in to change notification settings - Fork 118
Home
tmcdonell edited this page Jul 9, 2012
·
43 revisions
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.