pub unsafe extern "C" fn cuGraphDebugDotPrint(
hGraph: CUgraph,
path: *const c_char,
flags: c_uint,
) -> CUresult
Expand description
\brief Write a DOT file describing graph structure
Using the provided \p hGraph, write to \p path a DOT formatted description of the graph. By default this includes the graph topology, node types, node id, kernel names and memcpy direction. \p flags can be specified to write more detailed information about each node type such as parameter values, kernel attributes, node and function handles.
\param hGraph - The graph to create a DOT file from \param path - The path to write the DOT file to \param flags - Flags from CUgraphDebugDot_flags for specifying which additional node information to write
\return ::CUDA_SUCCESS, ::CUDA_ERROR_INVALID_VALUE, ::CUDA_ERROR_OPERATING_SYSTEM