cublas-0.3.0.0: cublas.cabal
name: cublas
version: 0.3.0.0
synopsis: FFI bindings to the CUDA BLAS library
description:
The cuBLAS library is an implementation of BLAS (Basic Linear Algebra
Subprograms) for NVIDIA GPUs. This package provides FFI bindings to the
functions of the cuBLAS library. You will need to install the CUDA driver
and developer toolkit:
.
<http://developer.nvidia.com/cuda-downloads>
.
See the <https://travis-ci.org/tmcdonell/cublas travis-ci.org> build matrix
for tested CUDA library versions.
license: BSD3
license-file: LICENSE
author: Trevor L. McDonell, Ben Sherman
maintainer: Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
copyright: Copyright (c) [2012..2017]. Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>, Ben Sherman <benmsherman@gmail.com>
category: Foreign
cabal-version: >=1.8
build-type: Custom
extra-tmp-files: cublas.buildinfo.generated
extra-source-files:
README.md
CHANGELOG.md
cbits/stubs.h
custom-setup
setup-depends:
base >= 4.6
, Cabal >= 1.22
, cuda >= 0.8
, directory >= 1.0
, filepath >= 1.0
library
hs-source-dirs: .
include-dirs: .
exposed-modules:
Foreign.CUDA.BLAS
Foreign.CUDA.BLAS.Context
Foreign.CUDA.BLAS.Error
Foreign.CUDA.BLAS.Level1
Foreign.CUDA.BLAS.Level2
Foreign.CUDA.BLAS.Level3
Foreign.CUDA.BLAS.Stream
other-modules:
Foreign.CUDA.BLAS.Internal.C2HS
Foreign.CUDA.BLAS.Internal.Types
build-depends:
base == 4.*
, cuda >= 0.8
, half >= 0.1
, storable-complex >= 0.2
build-tools:
c2hs >= 0.16
ghc-options:
-Wall
-O2
-funbox-strict-fields
-fwarn-tabs
-fno-warn-unused-imports
source-repository head
type: git
location: https://github.com/tmcdonell/cublas
source-repository this
type: git
location: https://github.com/tmcdonell/cublas
tag: 0.3.0.0
-- vim: nospell