pub unsafe extern "C" fn cutensorMgDestroyCopyPlan(
plan: cutensorMgCopyPlan_t,
) -> cutensorStatus_tExpand description
Destroy a copy plan.
When called, all outstanding operations must be completed. Frees all associated 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.