@hackage / dph-lifted-vseg

Data Parallel Haskell lifted array combinators.

Latest0.7.0.1

About

Metadata

  • Last updated , by BenLippmeier
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: Ben Lippmeier <benl@cse.unsw.edu.au>

  • Lottery factor: 0

Links

Installation

Readme

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.