GridBarrier implements a software global barrier among thread blocks within a CUDA grid.
More...
GridBarrier implements a software global barrier among thread blocks within a CUDA grid.
Definition at line 56 of file grid_barrier.cuh.
◆ SyncFlag
typedef unsigned int cub::GridBarrier::SyncFlag |
|
protected |
◆ GridBarrier()
cub::GridBarrier::GridBarrier |
( |
| ) |
|
|
inline |
◆ Sync()
__device__ __forceinline__ void cub::GridBarrier::Sync |
( |
| ) |
const |
|
inline |
◆ d_sync
SyncFlag* cub::GridBarrier::d_sync |
|
protected |
The documentation for this class was generated from the following file: