What is warp divergence and how does it impact GPU performance?
-
A
Threads in a warp take different code paths, forcing serial execution of each path
-
B
Warps from different blocks compete for the same SM resources
-
C
The warp scheduler cannot find a ready warp to execute
-
D
Threads exit early causing other threads to idle