Govur University Logo
--> --> --> -->
...

In the context of GPU occupancy, what happens to the number of active warps on a Streaming Multiprocessor when the register usage per thread is increased beyond the hardware limit?



When the register usage per thread increases beyond the hardware limit of a Streaming Multiprocessor, the kernel fails to launch entirely. Registers are high-speed memory locations inside the GPU used to store local variables for each thread. Each Streaming Multiprocessor has a fixed, finite pool of these registers that must be divided among all active th....

Log in to view the answer



Redundant Elements