CUDSS.jl documentation
Overview
CUDSS.jl is a Julia interface to the NVIDIA cuDSS library. NVIDIA cuDSS provides three factorizations (LDU, LDLᵀ, LLᵀ) for solving sparse linear systems on GPUs. For more details on using cuDSS, refer to the official cuDSS documentation.
Installation
julia> ]
pkg> add CUDSS
pkg> test CUDSS