Dependencies for accelerate-cuda-0.12.1.1
Libraries
accelerate-cuda
- accelerate (>=0.12.1 && <0.13)
- array (>=0.3 && <0.5)
- base (>=4 && <5)
- binary (>=0.5 && <0.6)
- blaze-builder (>=0.3 && <0.4)
- bytestring (>=0.9 && <0.10)
- containers (>=0.4 && <0.5)
- cryptohash (>=0.7 && <0.8)
- cuda (>=0.4.1 && <0.5)
- directory (>=1.0 && <1.2)
- fclabels (>=1.0 && <1.2)
- filepath (>=1.0 && <1.4)
- hashable (>=1.1 && <1.2)
- hashtables (>=1.0.1 && <1.1)
- language-c-quote (>=0.3 && <0.4)
- mainland-pretty (>=0.1 && <0.2)
- mtl (>=2.0 && <2.2)
- pretty (>=1.0 && <1.2)
- process (>=1.0 && <1.2)
- srcloc (>=0.1 && <0.2)
- transformers (>=0.2 && <0.4)
- unordered-containers (>=0.1.4 && <0.3)
- if os(windows)
- Win32 (>=2.2.1)
- unix (>=2.4)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
debug | Enable tracing message flags. These are read from the command-line arguments, which is convenient but may cause problems interacting with the user program, so is not enabled by default. The available options:
| 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