https://github.com/tmcdonell/cublas
Haskell FFI bindings to CUDA BLAS library
https://github.com/tmcdonell/cublas
Last synced: 4 months ago
JSON representation
Haskell FFI bindings to CUDA BLAS library
- Host: GitHub
- URL: https://github.com/tmcdonell/cublas
- Owner: tmcdonell
- License: bsd-3-clause
- Created: 2013-02-13T08:21:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-11-30T11:47:53.000Z (7 months ago)
- Last Synced: 2025-12-02T16:56:38.319Z (7 months ago)
- Language: Haskell
- Size: 131 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Haskell FFI Bindings to cuBLAS
==============================
[](https://travis-ci.org/tmcdonell/cublas)
[](https://ci.appveyor.com/project/tmcdonell/cublas)
[](https://stackage.org/lts/package/cublas)
[](https://stackage.org/nightly/package/cublas)
[](https://hackage.haskell.org/package/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: