Previous | Next --- Slide 51 of 54
Back to Lecture Thumbnails
Xiao

This slide is out of date now :P GK110 is finally available to the everyday consumer

ypk

Warp execution makes GPU possible to hide latency.

kayvonf

@ypk: Could you clarify what you meant? Executing the same instruction for all CUDA threads in a warp on SIMD ALUs enables parallel execution, but does not hide latency. The processor however interleaves execution of many warps to hide large latency operations performed by any one warp.