pub unsafe extern "C" fn cutensorMgDestroyCopyDescriptor(
desc: cutensorMgCopyDescriptor_t,
) -> cutensorStatus_tExpand description
Destroy a copy descriptor and free all its previously-allocated resources.
Remark
non-blocking, no reentrant, and thread-safe.
ยงReturn value
cutensorStatus_t::CUTENSOR_STATUS_INVALID_VALUE: Some input parameters were invalid.cutensorStatus_t::CUTENSOR_STATUS_SUCCESS: The operation completed successfully.