Go to the source code of this file.
Data Structures | |
struct | cub::GridEvenShare< OffsetT > |
GridEvenShare is a descriptor utility for distributing input among CUDA thread blocks in an "even-share" fashion. Each thread block gets roughly the same number of input tiles. More... | |
Namespaces | |
namespace | cub |
Optional outer namespace(s) | |
cub::GridEvenShare is a descriptor utility for distributing input among CUDA thread blocks in an "even-share" fashion. Each thread block gets roughly the same number of fixed-size work units (grains).
Definition in file grid_even_share.cuh.