Previous | Next --- Slide 55 of 62
Back to Lecture Thumbnails
elemental03

All threads of the same warp execute the program in parallel. If threads of the same warp execute a data-dependent control flow instruction, control flow might diverge and the different execution paths are executed sequentially. Once all paths complete execution, all threads are executed in parallel again.