@hackage accelerate-examples0.12.1.0
Examples using the Accelerate library
Categories
License
BSD-3-Clause
Maintainer
Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Links
Versions
Installation
Dependencies (0)
- accelerate >=0.12
- accelerate-cuda >=0.12
- accelerate-io >=0.12
- array >=0.3
- attoparsec >=0.10
- base >=4 && <5 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
gui
(on by default)
Enable gloss-based GUIs, where applicable. If not enabled, the application always runs in benchmark mode.
cuda
(on by default)
Enable the CUDA parallel backend for NVIDIA GPUs
opencl
(on by default)
Enable the OpenCL parallel backend
io
(on by default)
Provide access to the block copy I/O functionality
This package defines a number of example programs for verification and performance testing of the Accelerate language and associated backend implementations. By default the package attempts to build with all available backends, but this might not be desirable or even possible depending on your available hardware. To disable a specific component, install with the extra cabal flag(s):
. > cabal install accelerate-examples -f-opt
Where the available options are:
cuda: A parallel CUDA backend for NVIDIA GPUs
opencl: A parallel OpenCL backend
io: Extra tests for reading and writing arrays in various formats