@hackage abstract-par-accelerate0.3.3
Provides the class ParAccelerate, nothing more.
Categories
License
BSD-3-Clause
Maintainer
Ryan Newton <rrnewton@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- abstract-par >=0.3
- accelerate >=0.12
- accelerate-io >=0.12
- array
- base >=4 && <5
- vector >=0.9 Show all…
Dependents (2)
@hackage/meta-par-accelerate, @hackage/acme-everything
Package Flags
io(off by default)
newaccelerate(on by default)
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.