pub unsafe extern "C" fn cusolverDnDestroy(
handle: cusolverDnHandle_t,
) -> cusolverStatus_tExpand description
This function releases CPU-side resources used by the cuSolverDN library.
§Parameters
handle: Handle to the cuSolverDN library context.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_NOT_INITIALIZED: The library was not initialized.cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The shutdown succeeded.