pub unsafe extern "C" fn cublasLtMatrixTransformDescCreate(
    transformDesc: *mut cublasLtMatrixTransformDesc_t,
    scaleType: cudaDataType
) -> cublasStatus_t
Expand description

Create new matrix transform operation descriptor.

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