Skip to main content

cusparseSgpsvInterleavedBatch_bufferSizeExt

Function cusparseSgpsvInterleavedBatch_bufferSizeExt 

Source
pub unsafe extern "C" fn cusparseSgpsvInterleavedBatch_bufferSizeExt(
    handle: cusparseHandle_t,
    algo: c_int,
    m: c_int,
    ds: *const f32,
    dl: *const f32,
    d: *const f32,
    du: *const f32,
    dw: *const f32,
    x: *const f32,
    batchCount: c_int,
    pBufferSizeInBytes: *mut size_t,
) -> cusparseStatus_t