NCA-AIIO · Question #45
NCA-AIIO Question #45: Real Exam Question with Answer & Explanation
The correct answer is C: The percentage of time the GPU is actively processing data.. GPU utilization is defined as the percentage of time the GPU's compute engines are actively processing data, reflecting its workload intensity over a period (e.g., via nvidia-smi). It's distinct from memory usage (a separate metric), core counts, or maximum runtime, providing a d
Question
When monitoring a GPU-based workload, what is GPU utilization?
Options
- AThe maximum amount of time a GPU will be used for a workload.
- BThe GPU memory in use compared to available GPU memory.
- CThe percentage of time the GPU is actively processing data.
- DThe number of GPU cores available to the workload.
Explanation
GPU utilization is defined as the percentage of time the GPU's compute engines are actively processing data, reflecting its workload intensity over a period (e.g., via nvidia-smi). It's distinct from memory usage (a separate metric), core counts, or maximum runtime, providing a direct measure of compute activity.
Topics
Community Discussion
No community discussion yet for this question.