Function rcudnn::cudaGraphDebugDotPrint[][src]

pub unsafe extern "C" fn cudaGraphDebugDotPrint(
    graph: *mut CUgraph_st,
    path: *const i8,
    flags: u32
) -> cudaError
Expand description

\brief Write a DOT file describing graph structure

Using the provided \p graph, 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 graph - The graph to create a DOT file from \param path - The path to write the DOT file to \param flags - Flags from cudaGraphDebugDotFlags for specifying which additional node information to write

\return ::cudaSuccess, ::cudaErrorInvalidValue, ::cudaErrorOperatingSystem