-2
什麼是CUDA變量的含義?什麼是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個塊?