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

ccsric02_buffer_size#

nvmath.bindings.cusparse.ccsric02_buffer_size(
intptr_t handle,
int m,
int nnz,
intptr_t descr_a,
intptr_t csr_sorted_val_a,
intptr_t csr_sorted_row_ptr_a,
intptr_t csr_sorted_col_ind_a,
intptr_t info,
) int[source]#

See cusparseCcsric02_bufferSize.