@hackage cusolver0.1.0.1
FFI bindings to CUDA Solver, a LAPACK-like library
Categories
License
BSD-3-Clause
Maintainer
Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
Links
Versions
Installation
CustomDependencies (6)
Dependents (1)
@hackage/acme-everything
Haskell FFI Bindings to 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: