We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d4a45 commit 34c3e95Copy full SHA for 34c3e95
prototype_source/flight_recorder_tutorial.rst
@@ -62,7 +62,7 @@ There are two required environment variables to get the initial version of Fligh
62
C++ implementation. Also see ``TORCH_SYMBOLIZE_MODE`` in additional settings.
63
- ``TORCH_NCCL_ENABLE_TIMING = (true, false)``: Setting this to ``true`` will enable additional cuda events at the start of each collective and
64
records the *duration* of each collective. This may incur some CPU overhead. In the collected data, the
65
- *duration* field indicates how long each collective took to execute.
+ *duration* field indicates how long each collective took to execute.
66
67
Additional Settings
68
-------------------
0 commit comments