From 51606d2617ebd59bd81ef0f6fae63c839b1a7e3e Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sun, 3 Dec 2023 00:02:26 -0600 Subject: [PATCH] [documentation] Add a link --- Project.toml | 6 +++--- README.md | 7 +++++++ src/CUDSS.jl | 1 + 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 940546a..839d427 100644 --- a/Project.toml +++ b/Project.toml @@ -7,6 +7,8 @@ version = "0.1.0" CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" CUDSS_jll = "4889d778-9329-5762-9fec-0578a5d30366" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] CEnum = "0.4" @@ -18,9 +20,7 @@ SparseArrays = "1.6" Test = "1.6" [extras] -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["LinearAlgebra", "SparseArrays", "Test"] +test = ["Test"] diff --git a/README.md b/README.md index 5a04a6f..c054b40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # CUDSS.jl +[![docs-stable][docs-stable-img]][docs-stable-url] [![docs-dev][docs-dev-img]][docs-dev-url] + +[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg +[docs-stable-url]: https://exanauts.github.io/CUDSS.jl/stable/ +[docs-dev-img]: https://img.shields.io/badge/docs-dev-purple.svg +[docs-dev-url]: https://exanauts.github.io/CUDSS.jl/dev + ## Installation CUDSS.jl can be installed and tested through the Julia package manager: diff --git a/src/CUDSS.jl b/src/CUDSS.jl index 00b1c27..8bb105b 100644 --- a/src/CUDSS.jl +++ b/src/CUDSS.jl @@ -2,6 +2,7 @@ module CUDSS using CUDA, CUDA.CUSPARSE using CUDSS_jll +using LinearAlgebra import CUDA: @checked, libraryPropertyType, cudaDataType, initialize_context, retry_reclaim, CUstream