From 52becf20d7061a214c7b1da7bff90426ca3c9cee Mon Sep 17 00:00:00 2001 From: "romain.biessy" Date: Thu, 18 Jul 2024 20:07:36 +0200 Subject: [PATCH] Add link to cuSPARSE documentation --- docs/domains/sparse_linear_algebra.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/domains/sparse_linear_algebra.rst b/docs/domains/sparse_linear_algebra.rst index c5da48be5..601f54c2d 100644 --- a/docs/domains/sparse_linear_algebra.rst +++ b/docs/domains/sparse_linear_algebra.rst @@ -40,7 +40,9 @@ Currently known limitations: - Using ``spmv`` with a ``type_view`` other than ``matrix_descr::general`` will throw an ``oneapi::mkl::unimplemented`` exception. -- The COO format requires the indices to be sorted by row. +- The COO format requires the indices to be sorted by row. See the `cuSPARSE + documentation + `_. Operation algorithms mapping