Skip to main content

cusolverDnSetAdvOptions

Function cusolverDnSetAdvOptions 

Source
pub unsafe extern "C" fn cusolverDnSetAdvOptions(
    params: cusolverDnParams_t,
    function: cusolverDnFunction_t,
    algo: cusolverAlgMode_t,
) -> cusolverStatus_t
Expand description

This function configures algorithm algo of function, a 64-bit API routine.

cusolverStatus_t::CUSOLVER_STATUS_SUCCESS: The operation completed successfully.

cusolverStatus_t::CUSOLVER_STATUS_INVALID_VALUE: Wrong combination of function and algo.

§Parameters

  • params: The pointer to the structure of 64-bit API.
  • function: The routine to be configured.
  • algo: The algorithm to be configured.

§Return value