File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ There are two required environment variables to get the initial version of Fligh
61
61
C++ stack traces can be useful in providing the exact code path from a PyTorch Python call down to the primitive
62
62
C++ implementation. Also see ``TORCH_SYMBOLIZE_MODE `` in additional settings.
63
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
64
+ records the *duration * of each collective. This may incur some CPU overhead. In the collected data, the
65
65
*duration * field indicates how long each collective took to execute.
66
66
67
67
Additional Settings
You can’t perform that action at this time.
0 commit comments