dph-lifted-vseg: Data Parallel Haskell lifted array combinators.

[ bsd3, data-structures, library ] [ Propose Tags ]

This package provides the following: nested arrays and the primitive operators that work on them (PA functions); the lifted array combinators that the vectoriser introduces (PP functions); the user facing library functions that work on [::] style arrays (P functions). This implementation directly encodes sharing between array segments, and avoids the copying that dph-lifted-copy would otherwise do. Use this version for production code.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.6.0.1, 0.6.0.2, 0.6.1.1, 0.6.1.2, 0.7.0.1
Dependencies array (>=0.4 && <0.5), base (>=4.6 && <4.7), containers (>=0.5 && <0.6), dph-base (>=0.7 && <0.8), dph-lifted-base (>=0.7 && <0.8), dph-prim-par (>=0.7 && <0.8), ghc (>=7 && <8), pretty (>=1.1 && <1.2), random (>=1.0 && <1.1), template-haskell (>=2.8 && <2.9), vector (>=0.10 && <0.11) [details]
License BSD-3-Clause
Author The DPH Team
Maintainer Ben Lippmeier <benl@cse.unsw.edu.au>
Category Data Structures
Home page http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell
Uploaded by BenLippmeier at 2012-10-25T04:55:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4334 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]