alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Go to the source code of this file.
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
alpaka::trait | |
The accelerator traits. | |
Typedefs | |
template<typename T > | |
using | alpaka::Event = typename trait::EventType< T >::type |
The event type trait alias template to remove the ::type. More... | |
Functions | |
template<typename TEvent > | |
ALPAKA_FN_HOST auto | alpaka::isComplete (TEvent const &event) -> bool |
Tests if the given event has already been completed. More... | |