Dependencies for accelerate-0.10.0.0
Libraries
accelerate
- array (>=0.3 && <0.5)
- base (>=4 && <5)
- containers (>=0.3 && <0.5)
- directory (>=1.0 && <1.2)
- ghc-prim (>=0.2 && <0.3)
- mtl (>=2.0 && <2.1)
- pretty (>=1.0 && <1.2)
- if flag(llvm)
- llvm (>=0.6.8)
- if flag(cuda)
- binary (>=0.5 && <0.6)
- bytestring (>=0.9 && <0.10)
- cuda (>=0.2.2)
- fclabels (>=1.0 && <1.2)
- filepath (>=1.0 && <1.4)
- language-c (>=0.3 && <0.5)
- transformers (>=0.2 && <0.3)
- unix (>=2.4 && <2.6)
- zlib (>=0.5 && <0.5.3.2)
- if flag(io)
- bytestring (>=0.9 && <0.10)
- vector (>=0.9 && <0.10)
- if flag(more-pp)
- blaze-html (>=0.3 && <0.4)
- bytestring (>=0.9 && <0.10)
- text (>=0.10 && <0.11)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| llvm | Enable the LLVM backend (sequential) | Disabled |
| cuda | Enable the CUDA parallel backend for NVIDIA GPUs | Enabled |
| more-pp | Enable HTML and Graphviz pretty printing. | Disabled |
| 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 |
| io | Provide access to the block copy I/O functionality | Disabled |
| inplace | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info