CUB  
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Methods | Protected Types | Protected Members | List of all members
cub::GridBarrier Class Reference

Detailed description

GridBarrier implements a software global barrier among thread blocks within a CUDA grid.

Inheritance diagram for cub::GridBarrier:
cub::GridBarrierLifetime

Public Methods

 GridBarrier ()
 
__device__ __forceinline__ void Sync () const
 

Protected Types

typedef unsigned int SyncFlag
 

Protected Members

SyncFlagd_sync
 

Member Typedef Documentation

typedef unsigned int cub::GridBarrier::SyncFlag
protected

Constructor & Destructor Documentation

cub::GridBarrier::GridBarrier ( )
inline

Constructor

Member Function Documentation

__device__ __forceinline__ void cub::GridBarrier::Sync ( ) const
inline

Synchronize

Member Data Documentation

SyncFlag* cub::GridBarrier::d_sync
protected

The documentation for this class was generated from the following file: