![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Go to the source code of this file.
Classes | |
| struct | alpaka::ConceptCurrentThreadWaitFor |
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::trait |
| The accelerator traits. | |
Functions | |
| template<typename TAwaited > | |
| ALPAKA_FN_HOST auto | alpaka::wait (TAwaited const &awaited) -> void |
| Waits the thread for the completion of the given awaited action to complete. | |
| template<typename TWaiter , typename TAwaited > | |
| ALPAKA_FN_HOST auto | alpaka::wait (TWaiter &waiter, TAwaited const &awaited) -> void |
| The waiter waits for the given awaited action to complete. | |