warp.capture_debug_dot_print#

warp.capture_debug_dot_print(graph, path, verbose=False)[source]#

Export a CUDA graph to a DOT file for visualization

Parameters:
  • graph (Graph) – A Graph as returned by capture_end()

  • path (str) – Path to save the DOT file

  • verbose (bool) – Whether to include additional debug information in the output