You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when building MadNLP solver on GPU, the default should be to add the option cudss_ir=1 (while default is 0)
should stabilise the run; see also bound_relax=tol
to avoid any non-determinism (run dependent choices of the computation of GPU), also add cudss_determinism=true (risk: deprecate performances, to be tested)
@ocots @PierreMartinon
cudss_ir=1(while default is 0)bound_relax=tolcudss_determinism=true(risk: deprecate performances, to be tested)