Skip to main content

PFN_cusparseCsrSetPointers

Type Alias PFN_cusparseCsrSetPointers 

Source
pub type PFN_cusparseCsrSetPointers = unsafe extern "C" fn(sp_mat: cusparseSpMatDescr_t, csr_row_offsets: *mut c_void, csr_col_ind: *mut c_void, csr_values: *mut c_void) -> cusparseStatus_t;
Expand description

cuSPARSE: replace the row/column/value pointers on a CSR descriptor. See https://docs.nvidia.com/cuda/cusparse/index.html.