-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcublas.cabal
67 lines (59 loc) · 2.62 KB
/
cublas.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: cublas
version: 0.3.0.0
synopsis: FFI bindings to the CUDA CUBLAS and CUSPARSE libraries
description:
This package provides FFI bindings to the NVIDIA CUDA CUBLAS and CUSPARSE
linear algebra GPU BLAS implementations, as well as CuFFT. The modules
@Foreign.CUDA.Cublas@ and @Foreign.CUDA.Cusparse@ are probably the most
useful.
.
Tested with CUDA version 7.0, but it may work with other versions.
.
If you have trouble installing this package, it may help to view the Github
page: <http://github.com/bmsherman/cublas>
.
license: BSD3
homepage: https://github.com/bmsherman/cublas
license-file: LICENSE
author: Trevor L. McDonell, Ben Sherman
maintainer: Ben Sherman <[email protected]>
copyright: Copyright (c) [2012..2015]. Trevor L. McDonell <[email protected]>, Ben Sherman <[email protected]>
category: Foreign
cabal-version: >=1.8
build-type: Custom
Extra-tmp-files: cublas.buildinfo config.status config.log
Extra-source-files: configure
configure.ac
config.guess
config.sub
install-sh
cublas.buildinfo.in
library
exposed-modules: Foreign.CUDA.Cublas
Foreign.CUDA.Cublas.Error
Foreign.CUDA.Cublas.Types
Foreign.CUDA.Cublas.FFI
Foreign.CUDA.Cusparse
Foreign.CUDA.Cusparse.Error
Foreign.CUDA.Cusparse.Types
Foreign.CUDA.Cusparse.FFI
Foreign.CUDA.CuFFT.Error
Foreign.CUDA.CuFFT.Types
Foreign.CUDA.CuFFT.FFI
other-modules: Foreign.CUDA.Cublas.TH
build-depends: base >=4.4 && <4.9,
cuda >=0.4.1 && <0.8,
filepath >=1.3 && <1.5,
language-c >=0.4.2 && <0.5,
template-haskell >=2.7 && <2.11,
storable-complex >=0.2.1 && <0.3
other-extensions: ForeignFunctionInterface, TemplateHaskell, CPP
ghc-options: -funbox-strict-fields -fwarn-tabs -fno-warn-name-shadowing
extra-libraries: cublas, cusparse
source-repository head
Type: git
Location: git://github.com/bmsherman/cublas.git
source-repository this
Type: git
Location: git://github.com/bmsherman/cublas/releases/tag/0.2.1.0.git
Tag: 0.2.1.0