Skip to main content

cusparseSpVV_bufferSize

Function cusparseSpVV_bufferSize 

Source
pub unsafe fn cusparseSpVV_bufferSize(
    handle: cusparseHandle_t,
    opX: cusparseOperation_t,
    vecX: cusparseConstSpVecDescr_t,
    vecY: cusparseConstDnVecDescr_t,
    result: *const c_void,
    computeType: cudaDataType,
    bufferSize: *mut usize,
) -> cusparseStatus_t