File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Advanced Options
2121----------------
2222
2323**Metric Selection **
24- Nsight Python collects `gpu__time_duration.sum ` by default. To collect another NVIDIA Nsight Compute metrics:
24+ Nsight Python collects `gpu__time_duration.sum ` by default. To collect other NVIDIA Nsight Compute metrics:
2525
2626.. code-block :: python
2727
Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0
33
44"""
5- Example: Multiple Kernels per Run with Combined Metrics
6- ========================================================
5+ Example 10 : Multiple Kernels per Run with Combined Metrics
6+ ===========================================================
77
88This example shows how to profile multiple kernels in a single run and combine their metrics.
99
Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0
33
44"""
5- Example 10 : Controlling CSV Output Files
5+ Example 11 : Controlling CSV Output Files
66=========================================
77
88This example shows how to control CSV file generation.
You can’t perform that action at this time.
0 commit comments