Description
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 travis-ci.org build matrix for tested CUDA library versions.
README.md
Haskell FFI Bindings to cuBLAS
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: