pub unsafe extern "C" fn cublasLtMatrixLayoutCreate(
    matLayout: *mut cublasLtMatrixLayout_t,
    type_: cudaDataType,
    rows: u64,
    cols: u64,
    ld: i64
) -> cublasStatus_t
Expand description

Create new matrix layout descriptor.

\retval CUBLAS_STATUS_ALLOC_FAILED if memory could not be allocated \retval CUBLAS_STATUS_SUCCESS if desciptor was created successfully