Skip to content

[SIMD] fix Solvers - if one lane has zero initial residual

Nils-Arne Dreier requested to merge fix_cgsolver_simd_zero_residual into master

If one lane has zero residual (e.g. the RHS and initial guess is zero) the division in the factor for the minimizing and orthogonalization is handled explicitly to avoid NaNs.

Edited by Nils-Arne Dreier

Merge request reports