Previous | Next --- Slide 46 of 60
Back to Lecture Thumbnails
kayvonf

A good exercise here is for someone to try and summarize the next sequence of slides in their own words. (But in detail.) Explain to the class what's going on!

amaliujia

These slides show assignment rule of CUDA blocks on GPU. Basic rule is thread blocks will be interleaved assigned to cores until cores cannot contain more blocks. Capacity of cores is bounded by execution context and shared memory.