Popularity
3.4
Declining
Activity
0.0
Stable
3
4
0

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Foreign    
Latest version: v0.3.0.0

cusolver alternatives and similar packages

Based on the "Foreign" category.
Alternatively, view cusolver alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cusolver or a related project?

Add another 'Foreign' Package

README

Haskell FFI Bindings to cuSolver

Travis build status AppVeyor build status Stackage LTS Stackage Nightly Hackage

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:

http://developer.nvidia.com/cuda-downloads

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