@hackage accelerate-cuda0.12.0.0
Accelerate backend for NVIDIA GPUs
Categories
License
BSD-3-Clause
Maintainer
Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Links
Versions
Deprecated
Tested Compilers
Dependencies (25)
- Win32 >=2.2.1
- accelerate >=0.12 && <0.13
- array >=0.3
- base >=4 && <5
- binary >=0.5
- blaze-builder >=0.3 Show all…
Dependents (13)
@hackage/accelerate-fourier, @hackage/meta-par-accelerate, @hackage/gloss-raster-accelerate, @hackage/parconc-examples, @hackage/acme-everything, @hackage/accelerate-cufft, Show all…
Package Flags
debug
(off by default)
Enable tracing message flags
bounds-checks
(on by default)
Enable bounds checking
unsafe-checks
(off by default)
Enable bounds checking in unsafe operations
internal-checks
(off by default)
Enable internal consistency checks
This library implements a backend for the Accelerate language instrumented for parallel execution on CUDA-capable NVIDIA GPUs.
To use this backend you need CUDA version 3.x or later installed. Note that
currently there is no support for Char and Bool arrays (this is a
limitation of the front-end language).