alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
Traits.hpp File Reference

Go to the source code of this file.

Namespaces

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

Functions

template<typename TEvent >
ALPAKA_FN_HOST auto alpaka::isComplete (TEvent const &event) -> bool
 Tests if the given event has already been completed.