Skip to main content

cusolverDnGetDeterministicMode

Function cusolverDnGetDeterministicMode 

Source
pub unsafe extern "C" fn cusolverDnGetDeterministicMode(
    handle: cusolverDnHandle_t,
    mode: *mut cusolverDeterministicMode_t,
) -> cusolverStatus_t
Expand description

This function queries the deterministic mode which is set for handle.

§Parameters

  • handle: Handle to the cuSolverDN library context.
  • mode: The deterministic mode of handle.

§Return value