Skip to main content

cutensorDestroy

Function cutensorDestroy 

Source
pub unsafe extern "C" fn cutensorDestroy(
    handle: cutensorHandle_t,
) -> cutensorStatus_t
Expand description

Frees all resources related to the provided library handle.

Remark

blocking, no reentrant, and thread-safe.