Skip to content

cuADMM v1.0.0

Latest

Choose a tag to compare

@agroudiev agroudiev released this 12 Mar 18:21
fcadc30

This is the first version of cuADMM. cuADMM is a GPU-accelerated SDP solver based on the ADMM algorithm. It supports multiple GPU-efficient PSD projection methods:

  • standard projection using cuSOLVER’s eigenvalue decomposition
  • efficient projection in low precision using composite polynomials
  • low-rank projection using LOBPCG

This version supports TXT input files as well as calls from MATLAB using bindings.