Skip to content

Commit

Permalink
Add link to cuSPARSE documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Jul 18, 2024
1 parent 75b4c4a commit 52becf2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/domains/sparse_linear_algebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://docs.nvidia.com/cuda/cusparse/index.html#coordinate-coo>`_.


Operation algorithms mapping
Expand Down

0 comments on commit 52becf2

Please sign in to comment.