cuADMM
CUDA-based ADMM solver for SDPs
cuADMM is a CUDA-based implementation of the Alternating Direction Method of Multipliers (ADMM) algorithm to solve Semi-Definite Programming (SDP) problems (Groudiev et al., 2025).

Illustration of the implementation of cuADMM. The left side shows the linear system solving, and the right part shows the PSD cone projection.