Previous | Next --- Slide 61 of 72
Back to Lecture Thumbnails
bochet

Is there an easy way to estimate size of thread blocks except manual calculation?

annag

Intuitively, you might think increasing the number of threads per block would increase efficiency (the more resources the better). But if you're only allowed a certain number of threads, it's important to find a balance to ensure you have enough independent blocks.