[Haskell-cafe] [ANN] accelerate-0.15
Trevor L. McDonell
tmcdonell at cse.unsw.edu.au
Mon Sep 15 14:04:14 UTC 2014
Friends,
I am pleased to announce the release of the Accelerate 0.15 family of packages.
Accelerate defines an embedded language of array computations for high performance computing in Haskell. Computations on multi-dimensional, regular arrays are expressed in the form of parameterised collective operations, such as maps, reductions, and permutations. These computations may then be online compiled and executed on a range of architectures, such as GPUs.
This release brings mainly bug fixes and performance improvements.
The following packages are available on Hackage:
accelerate The language definition and reference implementation
accelerate-cuda A high performance parallel backend targeting NVIDIA GPUs
accelerate-io Fast conversion between Accelerate arrays and other formats, including ‘vector’ and ‘repa’.
accelerate-fft Discrete Fourier transforms, backed by CUFFT where available
accelerate-examples Computational kernels and applications showcasing Accelerate
The code can be found on GitHub, where you can also submit issues:
https://github.com/AccelerateHS
https://github.com/AccelerateHS/accelerate/issues
Finally, there is also a mailing list that can be used for both use and development discussions:
accelerate-haskell at googlegroups.com
http://groups.google.com/group/accelerate-haskell
-The Accelerate Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140915/4719668c/attachment.html>
More information about the Haskell-Cafe
mailing list