Need help with number of warps created

If a kernel is called with 1 block and 33 threads then number of warps created is 2 now if the the kernel is called with 2 clocks and 33 threads per block how many warps are created? Is it 3 or 4? Is warp creation block specific?

4