alpaka
Abstraction Library for Parallel Kernel Acceleration
|
A self-resetting barrier with barrier. More...
#include <BarrierThread.hpp>
Public Member Functions | |
BarrierThreadWithPredicate (TIdx const &threadCount) | |
template<typename TOp > | |
ALPAKA_FN_HOST auto | wait (int predicate) -> int |
Waits for all the other threads to reach the barrier. More... | |
A self-resetting barrier with barrier.
Definition at line 116 of file BarrierThread.hpp.
|
inlineexplicit |
Definition at line 119 of file BarrierThread.hpp.
|
inline |
Waits for all the other threads to reach the barrier.
Definition at line 128 of file BarrierThread.hpp.