Skip to content

Commit

Permalink
Fixing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Feb 1, 2022
1 parent 75c095c commit 0ce2d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/raft/sparse/convert/dense.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ namespace convert {
* @param[in] handle : cusparse handle for conversion
* @param[in] nrows : number of rows in CSR
* @param[in] ncols : number of columns in CSR
* @param[in] nnz : number of nonzeros in CSR
* @param[in] csr_indptr : CSR row index pointer array
* @param[in] csr_indices : CSR column indices array
* @param[in] csr_data : CSR data array
Expand Down

0 comments on commit 0ce2d3a

Please sign in to comment.