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

dprune_dense2csr#

nvmath.bindings.cusparse.dprune_dense2csr(
intptr_t handle,
int m,
int n,
intptr_t a,
int lda,
intptr_t threshold,
intptr_t descr_c,
intptr_t csr_sorted_val_c,
intptr_t csr_sorted_row_ptr_c,
intptr_t csr_sorted_col_ind_c,
intptr_t p_buffer,
)[source]#

See cusparseDpruneDense2csr.