CUB
|
GridBarrier implements a software global barrier among thread blocks within a CUDA grid.
Public Methods | |
GridBarrier () | |
__device__ __forceinline__ void | Sync () const |
Protected Types | |
typedef unsigned int | SyncFlag |
Protected Members | |
SyncFlag * | d_sync |
|
protected |
|
inline |
Constructor
|
inline |
Synchronize
|
protected |