From e0fa63ff4070dfe0f9c01c806ccc1a6f11ba4a0a 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..c9743f9f8 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 `cuSPARSE + documentation + `_. Operation algorithms mapping