The nvmath. module is experimental and potentially subject to future changes.
scsr2bsr#
-
nvmath.
bindings. cusparse. scsr2bsr( - intptr_t handle,
- int dir_a,
- int m,
- int n,
- intptr_t descr_a,
- intptr_t csr_sorted_val_a,
- intptr_t csr_sorted_row_ptr_a,
- intptr_t csr_sorted_col_ind_a,
- int block_dim,
- intptr_t descr_c,
- intptr_t bsr_sorted_val_c,
- intptr_t bsr_sorted_row_ptr_c,
- intptr_t bsr_sorted_col_ind_c,
See
cusparseScsr2bsr.