alpaka
Abstraction Library for Parallel Kernel Acceleration
Traits.hpp File Reference

Go to the source code of this file.

Classes

struct  alpaka::ConceptCurrentThreadWaitFor
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 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. More...
 
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. More...