Open
Description
Summary
Replicate this test within the ReSolve framework. Implement the necessary classes and functions on cpu/cuda/hip (or copy implementations as possible).
Rationale
Ruiz Scaling is essential for HyKKT to work. A simpler version could be used for a singular matrix for other solvers.
Description
- Any originally cpu functions need only have cpu implementations
- Any originally gpu functions should have cpu/cuda/hip support.
- Write tests as within the rest of ReSolve.
- The current hardcoded test is probably fine.
Additional information
No response