Go to the source code of this file.
Data Structures | |
class | cub::GridBarrier |
GridBarrier implements a software global barrier among thread blocks within a CUDA grid. More... | |
class | cub::GridBarrierLifetime |
GridBarrierLifetime extends GridBarrier to provide lifetime management of the temporary device storage needed for cooperation. More... | |
Namespaces | |
namespace | cub |
Optional outer namespace(s) | |
cub::GridBarrier implements a software global barrier among thread blocks within a CUDA grid
Definition in file grid_barrier.cuh.