Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam NCP-AII Topic 1 Question 102 Discussion

Actual exam question for NVIDIA's NCP-AII exam
Question #: 102
Topic #: 1
You're optimizing an Intel Xeon server with 4 NVIDIAAIOO GPUs for a computer vision application that uses CODA. You notice that the GPU utilization is fluctuating significantly, and performance is inconsistent. Using 'nvprof, you identify that there are frequent stalls in the CUDA kernels due to thread divergence. What are possible causes and solutions?

Suggested Answer: A,B Vote an answer

Thread divergence occurs when threads within the same warp take different execution paths due to conditional branches, leading to serialization. Re-writing code to minimize branching is critical. Memory alignment ensures that threads access memory efficiently and doesn't cause thread divergence stalls, which is often misaligned. Thermal throttling is a possible cause of fluctuating utilization but doesn't directly explain the stalls identified in the profiler. Compiler flags and driver version issues can cause performance problems but are less likely to cause frequent thread divergence stalls.

by Dwight at Feb 21, 2026, 09:22 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

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.