alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::WaiterWaitFor< TDev, EventGenericThreads< TDev > > Struct Template Reference

The CPU non-blocking device event wait trait specialization. More...

#include <EventGenericThreads.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto waiterWaitFor (TDev &dev, EventGenericThreads< TDev > const &event) -> void
 

Detailed Description

template<typename TDev>
struct alpaka::trait::WaiterWaitFor< TDev, EventGenericThreads< TDev > >

The CPU non-blocking device event wait trait specialization.

Any future work submitted in any queue of this device will wait for event to complete before beginning execution.

Definition at line 359 of file EventGenericThreads.hpp.

Member Function Documentation

◆ waiterWaitFor()

template<typename TDev >
static ALPAKA_FN_HOST auto alpaka::trait::WaiterWaitFor< TDev, EventGenericThreads< TDev > >::waiterWaitFor ( TDev &  dev,
EventGenericThreads< TDev > const &  event 
) -> void
inlinestatic

Definition at line 361 of file EventGenericThreads.hpp.


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