The nvmath.bindings module is experimental and potentially subject to future changes.

scsru2csr#

nvmath.bindings.cusparse.scsru2csr(
intptr_t handle,
int m,
int n,
int nnz,
intptr_t descr_a,
intptr_t csr_val,
intptr_t csr_row_ptr,
intptr_t csr_col_ind,
intptr_t info,
intptr_t p_buffer,
)[source]#

See cusparseScsru2csr.