From the lecture: If a thread block has more threads than 32*number_of_warps in a core, then its a compile error. We can not create more threads per block than there are execution contexts per core.
Please log in to leave a comment.
From the lecture: If a thread block has more threads than 32*number_of_warps in a core, then its a compile error. We can not create more threads per block than there are execution contexts per core.