alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::CurrentThreadWaitFor< DevCpu > Struct Reference

The CPU device thread wait specialization. More...

#include <Wait.hpp>

Static Public Member Functions

static ALPAKA_FN_HOST auto currentThreadWaitFor (DevCpu const &dev) -> void
 

Detailed Description

The CPU device thread wait specialization.

Blocks until the device has completed all preceding requested tasks. Tasks that are enqueued or queues that are created after this call is made are not waited for.

Definition at line 18 of file Wait.hpp.

Member Function Documentation

◆ currentThreadWaitFor()

static ALPAKA_FN_HOST auto alpaka::trait::CurrentThreadWaitFor< DevCpu >::currentThreadWaitFor ( DevCpu const &  dev) -> void
inlinestatic

Definition at line 20 of file Wait.hpp.


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