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.
Public Member Functions | |
GridBarrier () | |
__device__ __forceinline__ void | Sync () const |
Protected Types | |
typedef unsigned int | SyncFlag |
Protected Attributes | |
SyncFlag * | d_sync |
|
inline |
Constructor
Definition at line 70 of file grid_barrier.cuh.
|
inline |
Synchronize
Definition at line 76 of file grid_barrier.cuh.