Skip to main content

cublasLtMatrixLayoutCreate

Function cublasLtMatrixLayoutCreate 

Source
pub unsafe fn cublasLtMatrixLayoutCreate(
    matLayout: *mut cublasLtMatrixLayout_t,
    type_: cudaDataType,
    rows: u64,
    cols: u64,
    ld: i64,
) -> cublasStatus_t