Skip to main content

cusolverDnDestroy

Function cusolverDnDestroy 

Source
pub unsafe extern "C" fn cusolverDnDestroy(
    handle: cusolverDnHandle_t,
) -> cusolverStatus_t
Expand description

This function releases CPU-side resources used by the cuSolverDN library.

cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The shutdown succeeded.

cusolverStatus_t::CUSOLVER_STATUS_NOT_INITIALIZED: The library was not initialized.

§Parameters

  • handle: Handle to the cuSolverDN library context.

§Return value