https://github.com/tmcdonell/cusolver
Haskell FFI bindings to CUDA Solver, a LAPACK-like library
https://github.com/tmcdonell/cusolver
Last synced: 8 months ago
JSON representation
Haskell FFI bindings to CUDA Solver, a LAPACK-like library
- Host: GitHub
- URL: https://github.com/tmcdonell/cusolver
- Owner: tmcdonell
- License: bsd-3-clause
- Created: 2017-08-15T09:35:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T12:03:58.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T04:56:21.564Z (about 1 year ago)
- Language: Haskell
- Size: 73.2 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Haskell FFI Bindings to cuSolver
================================
[](https://travis-ci.org/tmcdonell/cusolver)
[](https://ci.appveyor.com/project/tmcdonell/cusolver)
[](https://stackage.org/lts/package/cusolver)
[](https://stackage.org/nightly/package/cusolver)
[](https://hackage.haskell.org/package/cusolver)
The cuSolver library provides useful LAPACK-like features implemented on NVIDIA
GPUs, such as common matrix factorization and triangular solve routines for
dense matrices, a sparse least-squares solver routine, and an eigenvalue solver.
This package provides FFI bindings to the functions of the cuSolver library. You
will need to install the CUDA driver and developer toolkit: