Skip to main content

cusparseSgebsr2gebsc_bufferSize

Function cusparseSgebsr2gebsc_bufferSize 

Source
pub unsafe fn cusparseSgebsr2gebsc_bufferSize(
    handle: cusparseHandle_t,
    mb: c_int,
    nb: c_int,
    nnzb: c_int,
    bsrSortedVal: *const f32,
    bsrSortedRowPtr: *const c_int,
    bsrSortedColInd: *const c_int,
    rowBlockDim: c_int,
    colBlockDim: c_int,
    pBufferSizeInBytes: *mut c_int,
) -> cusparseStatus_t