Function cuGraphHostNodeGetParams

Source
pub unsafe extern "C" fn cuGraphHostNodeGetParams(
    hNode: CUgraphNode,
    nodeParams: *mut CUDA_HOST_NODE_PARAMS,
) -> CUresult
Expand description

\brief Returns a host node’s parameters

Returns the parameters of host node \p hNode in \p nodeParams.

\param hNode - Node to get the parameters for \param nodeParams - Pointer to return the parameters

\return ::CUDA_SUCCESS, ::CUDA_ERROR_DEINITIALIZED, ::CUDA_ERROR_NOT_INITIALIZED, ::CUDA_ERROR_INVALID_VALUE \note_graph_thread_safety \notefnerr

\sa ::cuLaunchHostFunc, ::cuGraphAddHostNode, ::cuGraphHostNodeSetParams