Skip to main content

cutensorMgDestroyCopyPlan

Function cutensorMgDestroyCopyPlan 

Source
pub unsafe extern "C" fn cutensorMgDestroyCopyPlan(
    plan: cutensorMgCopyPlan_t,
) -> cutensorStatus_t
Expand 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