GridBarrier implements a software global barrier among thread blocks within a CUDA grid. More...
Inheritance diagram for cub::GridBarrier:Public Member Functions | |
| GridBarrier () | |
| __device__ __forceinline__ void | Sync () const |
Protected Types | |
| typedef unsigned int | SyncFlag |
Protected Attributes | |
| SyncFlag * | d_sync |
GridBarrier implements a software global barrier among thread blocks within a CUDA grid.
Definition at line 56 of file grid_barrier.cuh.
|
inline |
Constructor
Definition at line 70 of file grid_barrier.cuh.
|
inline |
Synchronize
Definition at line 76 of file grid_barrier.cuh.