When I run deviceQuery SDK sample it shows following stats:
Maximum number of threads per block: 1024
Maximum sizes of each dimension of a block: 1024 x 1024 x 64
Maximum sizes of each dimension of a grid: 65535 x 65535 x 65535
So does it mean that I can launch 1024*65535*65535*65535 total number of threads at the max?