ORNL / ReSolve

Library of GPU-resident linear solvers
Other
51 stars 1 forks source link

CPU-only iterative solvers #136

Closed pelesh closed 4 months ago

pelesh commented 4 months ago

This is partial cleanup of @kswirydo's CPU-only branch, which enables selecting CPU-only iterative solvers in SystemSolver class. Before this PR, all iterative solvers required GPU support.

This is partial contribution to a feature branch; still far away from being ready to merge into develop.