Skip to content

Commit b7cc171

Browse files
committed
Remove Advanced Usage: Multiple Graphs section
1 parent 298937a commit b7cc171

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

advanced_source/cuda_graph_annotations_tutorial.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -418,18 +418,6 @@ def main():
418418
# separate lanes, making it easy to see which operations run concurrently
419419
# or sequentially.
420420

421-
###############################################################################
422-
# Advanced Usage: Multiple Graphs
423-
# --------------------------------
424-
#
425-
# For more complex applications with multiple graphs or distributed training:
426-
#
427-
# - Use different annotation names for different components
428-
# - The pickle filename can include rank information for multi-GPU setups
429-
# - Apply the same post-processing workflow to each trace
430-
# - Annotations persist across graph replays, so you capture once and can
431-
# profile many times
432-
433421
###############################################################################
434422
# Understanding the Cleanup Passes
435423
# ---------------------------------

0 commit comments

Comments
 (0)