cublas: FFI bindings to the CUDA BLAS library

[ bsd3, foreign, library ] [ Propose Tags ]

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 travis-ci.org build matrix for tested CUDA library versions.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.1.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.6.0.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4 && <5), cuda (>=0.8), half (>=0.1), storable-complex (>=0.2), template-haskell [details]
License BSD-3-Clause
Copyright Copyright (c) [2012..2017]. Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>, Ben Sherman <benmsherman@gmail.com>
Author Trevor L. McDonell, Ben Sherman
Maintainer Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Category Foreign
Source repo head: git clone https://github.com/tmcdonell/cublas
this: git clone https://github.com/tmcdonell/cublas(tag 0.4.0.0)
Uploaded by TrevorMcDonell at 2017-11-15T08:40:45Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 6592 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for cublas-0.4.0.0

[back to package description]

Haskell FFI Bindings to cuBLAS

Build status Hackage

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

http://docs.nvidia.com/cuda/cublas/index.html