CUDA変数はどういう意味ですか?
Maximum number of threads per multiprocessor: 2048
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: 2147483647 x 65535 x 65535
たとえば、Maximum sizes of each dimension of a grid,
2147483647グリッドがあるということですか。そして、各グリッドには65535ブロックが含まれていますか?