@hackage / abstract-par-accelerate

Provides the class ParAccelerate, nothing more.

Latest0.3.3

About

Metadata

  • Last updated , by RyanNewton
  • License BSD-3-Clause
  • Categories Parallelism
  • Maintained by: Ryan Newton <rrnewton@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    io (off by default)
    newaccelerate (on by default)

Readme

Following the convention the abstract-par package, this package simply defines an interface, in the form of a type class, and does not contain any implementation. Importing this module gives the user an API to access Accelerate computations from within Par computations, with the added benefit that the Par can do integrated CPU/GPU scheduling.