JuliaSmoothOptimizers / RipQP.jl

MIT License
29 stars 5 forks source link

Update LP GPU compat for all Krylov solvers #137

Closed geoffroyleconte closed 2 years ago

geoffroyleconte commented 2 years ago

working krylov solvers (without preconditioners): all except K3_5Structured and K3SStructured.

codecov[bot] commented 2 years ago

Codecov Report

Merging #137 (f8855a0) into main (f32a101) will increase coverage by 0.00%. The diff coverage is 92.30%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #137   +/-   ##
=======================================
  Coverage   86.39%   86.40%           
=======================================
  Files          32       32           
  Lines        2095     2103    +8     
=======================================
+ Hits         1810     1817    +7     
- Misses        285      286    +1     
Impacted Files Coverage Δ
src/gpu_utils.jl 0.00% <0.00%> (ø)
src/iterations/solvers/Newton/K3Krylov.jl 93.50% <ø> (ø)
src/iterations/solvers/Newton/K3SKrylov.jl 94.91% <ø> (ø)
src/iterations/solvers/Newton/K3_5Krylov.jl 95.00% <ø> (ø)
src/data_initialization.jl 95.23% <100.00%> (ø)
src/iterations/preconditioners/identity.jl 100.00% <100.00%> (ø)
src/iterations/solvers/augmented/K2Structured.jl 87.50% <100.00%> (+0.83%) :arrow_up:
src/iterations/solvers/augmented/K2_5Structured.jl 93.75% <100.00%> (+0.41%) :arrow_up:
src/iterations/solvers/normal/K1Krylov.jl 96.36% <100.00%> (ø)
src/utils.jl 85.71% <100.00%> (+0.29%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f32a101...f8855a0. Read the comment docs.