dph-lifted-copy

Data Parallel Haskell lifted array combinators. (deprecated version)

http://www.haskell.org/haskellwiki/GHC/Data_Parallel_Haskell

Latest on Hackage:0.7.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by The DPH Team
Maintained by Ben Lippmeier

Using this package can cause the vectorised program to have worse asymptotic complexity than the original. Use dph-lifted-vseg instead. 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). Deprecated implementation that performs deep copying replicate.