OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::GridBarrier Class Reference

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

Detailed Description

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

Definition at line 56 of file grid_barrier.cuh.

+ 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
 

Constructor & Destructor Documentation

◆ GridBarrier()

cub::GridBarrier::GridBarrier ( )
inline

Constructor

Definition at line 70 of file grid_barrier.cuh.

Member Function Documentation

◆ Sync()

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

Synchronize

Definition at line 76 of file grid_barrier.cuh.


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