LLNL / hiop

HPC solver for nonlinear optimization problems
Other
210 stars 42 forks source link

removed deprecated ALG2 for cusparseCsr2cscEx2 #671

Closed cnpetra closed 1 year ago

cnpetra commented 1 year ago

ALG2 deprecated in CUDA12: switching to ALG1

closes issue #670

cnpetra commented 1 year ago

LGTM but perhaps there are algorithmic implications of this...

I assume ALG2 was removed because ALG1 (which is the only option) offers better performance. Not sure what you mean by algorithmic implications, everything will work fine with these changes.