![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The thread id map barrier block synchronization. More...
#include <BlockSyncBarrierThread.hpp>
Inheritance diagram for alpaka::BlockSyncBarrierThread< TIdx >:Public Types | |
| using | Barrier = core::threads::BarrierThread< TIdx > |
| using | BarrierWithPredicate = core::threads::BarrierThreadWithPredicate< TIdx > |
Public Member Functions | |
| ALPAKA_FN_HOST | BlockSyncBarrierThread (TIdx const &blockThreadCount) |
Public Attributes | |
| Barrier | m_barrier |
| BarrierWithPredicate | m_barrierWithPredicate |
The thread id map barrier block synchronization.
Definition at line 21 of file BlockSyncBarrierThread.hpp.
| using alpaka::BlockSyncBarrierThread< TIdx >::Barrier = core::threads::BarrierThread<TIdx> |
Definition at line 24 of file BlockSyncBarrierThread.hpp.
| using alpaka::BlockSyncBarrierThread< TIdx >::BarrierWithPredicate = core::threads::BarrierThreadWithPredicate<TIdx> |
Definition at line 25 of file BlockSyncBarrierThread.hpp.
|
inline |
Definition at line 27 of file BlockSyncBarrierThread.hpp.
|
mutable |
Definition at line 33 of file BlockSyncBarrierThread.hpp.
|
mutable |
Definition at line 34 of file BlockSyncBarrierThread.hpp.