Skip to main content

cusparseSparseToDense_bufferSize

Function cusparseSparseToDense_bufferSize 

Source
pub unsafe extern "C" fn cusparseSparseToDense_bufferSize(
    handle: cusparseHandle_t,
    matA: cusparseConstSpMatDescr_t,
    matB: cusparseDnMatDescr_t,
    alg: cusparseSparseToDenseAlg_t,
    bufferSize: *mut size_t,
) -> cusparseStatus_t