From 8916bf5912830cb646287a2c343886a233fb1f4a Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sat, 2 Dec 2023 23:30:49 -0600 Subject: [PATCH] Fix documentation and Aqua --- Project.toml | 1 + docs/src/index.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Project.toml b/Project.toml index 6ece462..940546a 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ CUDSS_jll = "4889d778-9329-5762-9fec-0578a5d30366" [compat] CEnum = "0.4" CUDA = "5" +CUDSS_jll = "0.1.0" julia = "1.6" LinearAlgebra = "1.6" SparseArrays = "1.6" diff --git a/docs/src/index.md b/docs/src/index.md index 754c35e..303ad73 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -7,3 +7,11 @@ julia> ] pkg> add https://github.com/exanauts/CUDSS.jl.git pkg> test CUDSS ``` + +## CUDSS + +```@docs +cudss_set +cudss_get +cudss +```