Skip to content

Commit 893166d

Browse files
committed
fix doc
Signed-off-by: ConvolutedDog <yangjianchao16@nudt.edu.cn>
1 parent 89c6283 commit 893166d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/overview/architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/10_combine_kernel_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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
88
This example shows how to profile multiple kernels in a single run and combine their metrics.
99

examples/11_output_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
88
This example shows how to control CSV file generation.

0 commit comments

Comments
 (0)