Skip to content

Commit

Permalink
Fix documentation enums
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy committed Oct 1, 2024
1 parent 342380e commit 96b38fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/domains/sparse_linear_algebra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spmv
- ``CUSPARSE_SPMV_ALG_DEFAULT``
* - ``no_optimize_alg``
- none
- ``CUSPARSE_SPMM_ALG_DEFAULT``
- ``CUSPARSE_SPMV_ALG_DEFAULT``
* - ``coo_alg1``
- none
- ``CUSPARSE_SPMV_COO_ALG1``
Expand All @@ -143,7 +143,7 @@ spmv
- ``CUSPARSE_SPMV_CSR_ALG2``
* - ``csr_alg3``
- none
- none
- ``CUSPARSE_SPMV_ALG_DEFAULT``


spsv
Expand All @@ -158,7 +158,7 @@ spsv
- cuSPARSE
* - ``default_alg``
- none
- ``CUSPARSE_SPMM_ALG_DEFAULT``
- ``CUSPARSE_SPSV_ALG_DEFAULT``
* - ``no_optimize_alg``
- none
- ``CUSPARSE_SPMM_ALG_DEFAULT``
- ``CUSPARSE_SPSV_ALG_DEFAULT``

0 comments on commit 96b38fd

Please sign in to comment.