MadNLP / MadNLP.jl

A solver for nonlinear programming
MIT License
160 stars 14 forks source link

CompatHelper: bump compat for CUDSS to 0.3 for package MadNLPGPU, (keep existing compat) #355

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

This pull request changes the compat entry for the CUDSS package from 0.1 to 0.1, 0.3 for package MadNLPGPU. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

KSepetanc commented 2 months ago

My understanding is that CUDSS v0.3 and v0.1 will work, but not v0.2 due to resolved small matrices bug.

V0.3 brings multi-gpu and multi node support. We should progress towards that in my opinion.

frapac commented 2 months ago

Superseded by #329