pub unsafe extern "C" fn cudaGraphExecGetFlags(
graphExec: cudaGraphExec_t,
flags: *mut c_ulonglong,
) -> cudaError_t
Expand description
\brief Query the instantiation flags of an executable graph
Returns the flags that were passed to instantiation for the given executable graph. ::cudaGraphInstantiateFlagUpload will not be returned by this API as it does not affect the resulting executable graph.
\param graphExec - The executable graph to query \param flags - Returns the instantiation flags
\return ::cudaSuccess, ::cudaErrorInvalidValue \note_graph_thread_safety \notefnerr \note_init_rt \note_callback
\sa ::cudaGraphInstantiate, ::cudaGraphInstantiateWithFlags, ::cudaGraphInstantiateWithParams