pub unsafe extern "C" fn cusolverDnGetDeterministicMode(
handle: cusolverDnHandle_t,
mode: *mut cusolverDeterministicMode_t,
) -> cusolverStatus_tExpand description
This function queries the deterministic mode which is set for handle.
§Parameters
handle: Handle to the cuSolverDN library context.mode: The deterministic mode ofhandle.
§Return value
cusolverStatus_t::CUSOLVER_STATUS_INVALID_VALUE:modeis aNULLpointer.cusolverStatus_t::CUSOLVER_STATUS_NOT_INITIALIZED: The library was not initialized.cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The modes were queried successfully.