Name: accelerate-cuda Version: 0.12.0.0 Cabal-version: >= 1.6 Tested-with: GHC >= 7.4 Build-type: Configure Synopsis: Accelerate backend for NVIDIA GPUs Description: This library implements a backend for the Accelerate language instrumented for parallel execution on CUDA-capable NVIDIA GPUs. . To use this backend you need CUDA version 3.x or later installed. Note that currently there is no support for 'Char' and 'Bool' arrays (this is a limitation of the front-end language). License: BSD3 License-file: LICENSE Author: Manuel M T Chakravarty, Gabriele Keller, Sean Lee, Trevor L. McDonell Maintainer: Trevor L. McDonell Bug-reports: https://github.com/AccelerateHS/accelerate/issues Homepage: http://www.cse.unsw.edu.au/~chak/project/accelerate/ Category: Compilers/Interpreters, Concurrency, Data, Parallelism Stability: Experimental -- We require 'accelerate_cuda_shape.h' to be in this list so that it is copied -- as part of the installation, although 'cabal sdist' does not grok that it is -- generated by the configure script. -- Data-files: cubits/accelerate_cuda_extras.h cubits/accelerate_cuda_function.h cubits/accelerate_cuda_shape.h cubits/accelerate_cuda_stencil.h cubits/accelerate_cuda_texture.h cubits/accelerate_cuda_util.h Extra-tmp-files: config.status config.log cubits/accelerate_cuda_shape.h -- generated by configure Extra-source-files: configure cubits/accelerate_cuda_shape.h.in include/accelerate.h -- Flag pcache -- Description: Enable the persistent caching of the compiled CUDA modules (experimental) -- Default: False Flag debug Description: Enable tracing message flags Default: False Flag bounds-checks Description: Enable bounds checking Default: True Flag unsafe-checks Description: Enable bounds checking in unsafe operations Default: False Flag internal-checks Description: Enable internal consistency checks Default: False Library Include-Dirs: include Build-depends: accelerate == 0.12.*, array >= 0.3, base == 4.*, binary >= 0.5, blaze-builder >= 0.3, bytestring >= 0.9, containers >= 0.4, cryptohash >= 0.7, cuda >= 0.4.1, directory >= 1.0, fclabels >= 1.0, filepath >= 1.0, hashable >= 1.1, hashtables >= 1.0.1, language-c-quote >= 0.3, mainland-pretty >= 0.1.1, mtl >= 2.0, pretty >= 1.0, process >= 1.0, srcloc >= 0.1, symbol >= 0.1, transformers >= 0.2, unordered-containers >= 0.1.4 if os(windows) build-depends: Win32 >= 2.2.1 else build-depends: unix >= 2.4 Exposed-modules: Data.Array.Accelerate.CUDA Other-modules: Data.Array.Accelerate.CUDA.Analysis.Device Data.Array.Accelerate.CUDA.Analysis.Launch Data.Array.Accelerate.CUDA.Array.Data Data.Array.Accelerate.CUDA.Array.Prim Data.Array.Accelerate.CUDA.Array.Sugar Data.Array.Accelerate.CUDA.Array.Table Data.Array.Accelerate.CUDA.CodeGen Data.Array.Accelerate.CUDA.CodeGen.Base Data.Array.Accelerate.CUDA.CodeGen.Monad Data.Array.Accelerate.CUDA.CodeGen.Mapping Data.Array.Accelerate.CUDA.CodeGen.IndexSpace Data.Array.Accelerate.CUDA.CodeGen.PrefixSum Data.Array.Accelerate.CUDA.CodeGen.Reduction Data.Array.Accelerate.CUDA.CodeGen.Stencil Data.Array.Accelerate.CUDA.CodeGen.Type Data.Array.Accelerate.CUDA.AST Data.Array.Accelerate.CUDA.Compile Data.Array.Accelerate.CUDA.Debug Data.Array.Accelerate.CUDA.Execute Data.Array.Accelerate.CUDA.FullList Data.Array.Accelerate.CUDA.State Data.Array.Accelerate.Internal.Check Paths_accelerate_cuda -- if flag(pcache) -- CPP-options: -DACCELERATE_CUDA_PERSISTENT_CACHE if flag(debug) cpp-options: -DACCELERATE_DEBUG if flag(bounds-checks) cpp-options: -DACCELERATE_BOUNDS_CHECKS if flag(unsafe-checks) cpp-options: -DACCELERATE_UNSAFE_CHECKS if flag(internal-checks) cpp-options: -DACCELERATE_INTERNAL_CHECKS ghc-options: -O2 -Wall -fwarn-tabs Extensions: BangPatterns, CPP, ExistentialQuantification, FlexibleContexts, FlexibleInstances, GADTs, PatternGuards, QuasiQuotes, RankNTypes, ScopedTypeVariables, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, TypeSynonymInstances source-repository head type: git location: https://github.com/AccelerateHS/accelerate-cuda