Previous | Next --- Slide 78 of 79
Back to Lecture Thumbnails
arcticx

NVIDIA provides a quite detailed but concise tutorial on CUDA programming. The example used there is like the convolution example used in this class.

bysreg

"Threads in a thread block actually do run concurrently". To my understanding, the threads are divided into warps, and in one core, it can only run limited amount of warps at the same time, so how can it run concurrently?