scikit-cuda icon indicating copy to clipboard operation
scikit-cuda copied to clipboard

add bindings for MAGMA-SPARSE libraries

Open wingkitlee0 opened this issue 6 years ago • 0 comments

I am thinking to extend the current magma.py to include magma-sparse routines. In particular, there are a few sparse linear solver that I want to use.

Any advice on how should I do that? I expect the new magma_sparse.py would have a lot of dependence on magma.py. On linux, libmagma_sparse.so depends on libmagma.so.

Also, one of the unmerged pull requests already have some of the wrapper written.

wingkitlee0 avatar May 09 '19 16:05 wingkitlee0