clMathLibraries / clSPARSE

a software library containing Sparse functions written in OpenCL
Apache License 2.0
173 stars 60 forks source link

Support for Cholesky decomposition #171

Open wanderine opened 8 years ago

wanderine commented 8 years ago

It would be nice to have support for Choesky decomposition (both incomplete and complete). The cusparse library currently supports incomplete Cholesky.

nyotis commented 8 years ago

@wanderine that's a feature, not an issue

jlgreathouse commented 8 years ago

I'll defer to @kknox here, but we've been using the issue tracker as a feature/TODO list as well.

pavanky commented 8 years ago

@wanderine There's no reason to close the issue..

wanderine commented 8 years ago

I'm now more interested in support for preconditioned conjugate gradients (PCG), which does not need a complete Cholesky (which is often very slow for large matrices).

2016-03-18 18:46 GMT+01:00 Pavan Yalamanchili notifications@github.com:

Reopened #171 https://github.com/clMathLibraries/clSPARSE/issues/171.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/clMathLibraries/clSPARSE/issues/171#event-595241116

Anders Eklund, PhD

jlgreathouse commented 8 years ago

Both are useful feature requests. Let's leave this one open, and if you want to talk about PCG, you can make a separate feature requests/issue.

One question: what kind of preconditioners are you interested in? I believe a general request like what you have may be larger than a single feature.