Function rcudnn_sys::cudaGraphDebugDotPrint[][src]

pub unsafe extern "C" fn cudaGraphDebugDotPrint(
    graph: cudaGraph_t,
    path: *const c_char,
    flags: c_uint
) -> cudaError_t
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