Skip to main content

Module dot

Module dot 

Source
Expand description

cudaGraphDebugDotPrint round-trip — emit a Graphviz DOT file describing a captured graph for tooling / visualisation.

cudarc’s cuGraphDebugDotPrint writes the DOT to a file path, not a buffer. We use a temporary file under std::env::temp_dir() and read the contents back as a String.

Structs§

DotFlags
Verbosity flags accepted by cuGraphDebugDotPrint. Match CU_GRAPH_DEBUG_DOT_FLAGS_*.

Functions§

export_dot
Export graph as a Graphviz DOT string. Returns Unrecoverable on no-GPU hosts.