@hackage repa1.1.0.0
High performance, regular, shape polymorphic parallel arrays.
Categories
License
BSD-3-Clause
Maintainer
Ben Lippmeier <benl@ouroborus.net>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
- QuickCheck >=2.1 && <2.2
- base >=4 && <5
- dph-prim-par >=0.4 && <0.5
- dph-prim-seq >=0.4 && <0.5 Show all…
Dependents (59)
@hackage/tcod-haskell, @hackage/accelerate-io-repa, @hackage/dvda, @hackage/repa-linear-algebra, @hackage/opencv, @hackage/fei-datasets, Show all…
NOTE: You must use the GHC head branch > 6.13.20100309 to get decent performance. Repa provides high performance, regular, multi-dimensional, shape polymorphic parallel arrays. All numeric data is stored unboxed. Functions written with the Repa combinators are automatically parallel provided you supply +RTS -Nwhatever on the command line when running the program.