ORNL / ReSolve

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

add a LUSOL functionality test #164

Open superwhiskers opened 3 weeks ago

superwhiskers commented 3 weeks ago

this pull request adds a functionality test for LUSOL. there is one thing that needs to be worked out before this can actually be merged:

superwhiskers commented 3 weeks ago

oh. this also adds comments referencing stuff about extracting L/U factors. i'll remove that so this can be focused only on testing

pelesh commented 3 weeks ago

@superwhiskers, I suggest you add fix for #162 to this PR.

superwhiskers commented 2 weeks ago

rebased on latest develop

cameronrutherford commented 2 weeks ago

https://github.com/ORNL/ReSolve/blob/lusol-integration-tests/examples/CMakeLists.txt#L140 - might be good to have Lusol be used in the consumer test for testing resolve~cuda~rocm~klu+lusol

pelesh commented 2 weeks ago

https://github.com/ORNL/ReSolve/blob/lusol-integration-tests/examples/CMakeLists.txt#L140 - might be good to have Lusol be used in the consumer test for testing resolve~cuda~rocm~klu+lusol

I agree. To get there, we need to get LUSOL to work within a refactorization solver strategy, which is outside the scope of this PR.