Dependencies for accelerate-cuda-0.13.0.4
Libraries
accelerate-cuda
- accelerate (>=0.13 && <0.14)
- array (>=0.3 && <0.5)
- base (>=4 && <5)
- binary (>=0.5 && <0.7)
- bytestring (>=0.9 && <0.11)
- cryptohash (>=0.7 && <0.10)
- cuda (>=0.5.0.2 && <0.6)
- directory (>=1.0 && <1.3)
- fclabels (>=1.0 && <1.2)
- filepath (>=1.0 && <1.4)
- hashable (>=1.1 && <1.3)
- hashtables (>=1.0 && <1.2)
- language-c-quote (>=0.4.4 && <0.8)
- mainland-pretty (>=0.2 && <0.3)
- mtl (>=2.0 && <2.2)
- old-time (>=1.0 && <1.2)
- pretty (>=1.0 && <1.2)
- process (>=1.0 && <1.2)
- SafeSemaphore (>=0.9 && <0.10)
- srcloc (>=0.2 && <0.5)
- text (>=0.11 && <0.12)
- 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