Exam NCP-AIO Topic 1 Question 36 Discussion
Actual exam question for NVIDIA's NCP-AIO exam
Question #: 36
Topic #: 1
Question #: 36
Topic #: 1
You are running a distributed training job with multiple GPUs, accessing data from a shared filesystem. Even with GPUDirect Storage (GDS) enabled, you are not seeing the expected performance gains. Using 'nvprof (or similar profiling tool), you notice significant time spent in data loading. Analyze the following code snippet and identify a potential bottleneck that could be hindering GDS performance and suggest improvements. Assume the code is simplified for clarity.
Suggested Answer: B,C Vote an answer
Synchronous data loading stalls GPU execution. Data copies between host and device memory bypass GDS. Asynchronous loading and pinned memory are crucial for GDS effectiveness. The code wasn't provided but the explanation covers the possible scenarios of the situation.
by Gabrielle at Aug 20, 2025, 01:45 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).