I can find multiple articles describing the upper bounds of a block size, but I was not able to find if a block should have a minimum number of threads.
Also, if the block can have fewer threads than 32, then what happens to the rest of the threads in the corresponding warp since a block is composed of warps that are 32 threads long?
Sorry if the answer is obvious.