Skip to content

Commit 076ee1e

Browse files
authored
Update 02_pytorch_intro.md
1 parent c61aae7 commit 076ee1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/08_ml_ai_hpc/02_pytorch_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The slowest line is number 42 which consumes 84.5% of the time in the training f
315315

316316
Note that GPU utilization as measured using nvidia-smi is only a measure of the fraction of the time that a GPU kernel is running on the GPU. It says nothing about how many CUDA cores are being used or how efficiently the GPU kernels have been written. However, for codes used by large communities, one can generally associate GPU utilization with overall GPU efficiency. For a more accurate measure of GPU utilization, use [Nsight Systems or Nsight Compute](https://researchcomputing.princeton.edu/support/knowledge-base/gpu-computing#profiling) to measure the occupancy.
317317

318-
## Step 6: Work through the Performance Tuning Guide from Princeton
318+
## Step 6: Work Through the Performance Tuning Guide from Princeton
319319

320320
Make sure you optimize the single GPU case before going to multiple GPUs by working through the [Performance Tuning Guide](https://pytorch.org/tutorials/recipes/recipes/tuning_guide.html).
321321

0 commit comments

Comments
 (0)