alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The CPU device thread wait specialization. More...
#include <Wait.hpp>
Static Public Member Functions | |
static ALPAKA_FN_HOST auto | currentThreadWaitFor (DevCpu const &dev) -> void |
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.
|
inlinestatic |