Skip to content

Commit 96fbb78

Browse files
committed
fix typo
Summary: fix a typo.
1 parent 7532a72 commit 96fbb78

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

prototype_source/flight_recorder_tutorial.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,17 @@ There are two required environment variables to get the initial version of fligh
5454
there will be one file per rank output in the jobs running directory.
5555
Optional settings:
5656
- TORCH_NCCL_TRACE_CPP_STACK (true, false) true = enable cpp stack trace captures in flight recorder (for slow
57-
addr2line - see additinal settings)
57+
addr2line - see additional settings)
5858
- TORCH_NCCL_ENABLE_TIMING (true, false) true = enable additional cuda events at the start of each collective and
59-
record the ‘duration’ of each collective. May incur some CPU overhead.
59+
record the `duration` of each collective. May incur some CPU overhead. In the collected data, we end up with a
60+
`duration` field that indicates how long a collective took to execute.
6061

6162
Additional settings
6263
-------------------
6364
TORCH_SYMBOLIZE_MODE: {dladdr, addr2line, fast}: This setting controls the program that is used to retrieve C++ traces
6465
from a running program. The default setting is `addr2line`. `fast` is a new experimental mode that is shown to be much
65-
faster than the traditional `addr2line`.
66+
faster than the traditional `addr2line`. Use this setting in conjunction with `TORCH_NCCL_TRACE_CPP_STACK` to collect
67+
C++ traces in `flight recorder` data.
6668

6769
Retrieving Flight Recorder Data via an API
6870
------------------------------------------

0 commit comments

Comments
 (0)