Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 491 Bytes

File metadata and controls

15 lines (11 loc) · 491 Bytes

[CUDSS.jl documentation](@id Home)

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