Dependencies for accelerate-0.8.1.0
Libraries
accelerate
- array
- base (>=4 && <5)
- ghc-prim
- haskell98
- pretty
- if flag(llvm)
- llvm (>=0.6.8)
- if flag(cuda)
- binary
- bytestring
- containers
- cuda (>=0.2.2 && <0.3)
- directory
- fclabels (>=0.9 && <1.0)
- filepath
- language-c (>=0.3 && <0.4)
- monads-fd
- transformers (>=0.2 && <0.3)
- unix
- if flag(test-suite)
- QuickCheck (>=2 && <3)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
llvm | Enable the LLVM backend (sequential) | Disabled |
cuda | Enable the CUDA parallel backend for NVIDIA GPUs | Enabled |
pcache | Enable the persistent caching of the compiled CUDA modules (experimental) | Disabled |
test-suite | Export extra test modules | Disabled |
bounds-checks | Enable bounds checking | Enabled |
unsafe-checks | Enable bounds checking in unsafe operations | Disabled |
internal-checks | Enable internal consistency checks | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info