@hackage accelerate-examples0.12.0.0

Examples using the Accelerate library

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      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