ORNL / ReSolve

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

Enable coexisitng GPU and CPU instances of iterative solvers #147

Closed pelesh closed 3 months ago

pelesh commented 4 months ago

Reduce internal build dependencies to enable coexisting instances of GMRES solvers on host and device. In current develop branch, if GPU backend is built, GMRES is always instantiated on GPU.

This PR includes: