The nvmath. module is experimental and potentially subject to future changes.
sprune_dense2csr_by_percentage#
-
nvmath.
bindings. cusparse. sprune_dense2csr_by_percentage( - intptr_t handle,
- int m,
- int n,
- intptr_t a,
- int lda,
- float percentage,
- 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 info,
- intptr_t p_buffer,
See
cusparseSpruneDense2csrByPercentage.