Quiz 37 Question 15 of 20

Your deep learning model is running on a DGX A100 server, but your GPU utilization metrics are unexpectedly low. You suspect that the bottleneck is inside the CUDA kernels themselves, possibly due to poor memory alignment or sub-optimal thread block configurations. Which command-line profiling tool should you use to capture real-time, instruction-level counters, warp states, and memory access patterns of the executing kernels to diagnose this issue?

Select an answer to reveal the explanation.

Motivation