OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 

Member Typedef Documentation

◆ SyncFlag

typedef unsigned int cub::GridBarrier::SyncFlag
protected

Definition at line 60 of file grid_barrier.cuh.

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.

Field Documentation

◆ d_sync

SyncFlag* cub::GridBarrier::d_sync
protected

Definition at line 63 of file grid_barrier.cuh.


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