If my block size (say, 16 threads) is smaller than my warp size (32 threads), will two blocks be allocated to the same warp or will each block get its own warp with 16 idle threads?
Thanks.
If my block size (say, 16 threads) is smaller than my warp size (32 threads), will two blocks be allocated to the same warp or will each block get its own warp with 16 idle threads?
Thanks.
the latter, since the former has any number of unintended consequences.