Skip to main content

xgetrf

Function xgetrf 

Source
pub unsafe fn xgetrf(
    handle: &DnHandle,
    params: &Params,
    m: i64,
    n: i64,
    data_type_a: cudaDataType,
    a: *mut c_void,
    lda: i64,
    ipiv: *mut i64,
    compute_type: cudaDataType,
    device_buf: *mut c_void,
    device_bytes: usize,
    host_buf: *mut c_void,
    host_bytes: usize,
    info: *mut c_int,
) -> Result<()>