Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Efficient iterative refinement and regularized LDL solvers with Multiple Right-Hand Sides #92

Open
poulson opened this issue Aug 19, 2015 · 0 comments

Comments

@poulson
Copy link
Member

poulson commented Aug 19, 2015

Current iterative refinement and regularized solvers, e.g., reg_ldl::SolveAfter, individually solve for each of the right-hand sides or simply only support a single right-hand side. Given that Homogeneous Self-Dual embeddings of linear conic programs introduce an extra linear solve, which can happen simultaneously with another solve, it makes sense to avoid loading the sparse matrix data through the memory hierarchy twice as many times as necessary.

It might be worth having specialized implementations for one, two, and n right-hand sides to efficiently handle deflation.

benson31 added a commit to benson31/Elemental that referenced this issue Dec 30, 2019
* Fix copying between types on GPU

* Update version to 1.3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant