![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/Common.hpp"Go to the source code of this file.
Classes | |
| struct | alpaka::trait::NativeHandle< TImpl, TSfinae > |
| The native handle trait. More... | |
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::trait |
| The accelerator traits. | |
Typedefs | |
| template<typename TImpl > | |
| using | alpaka::NativeHandle = decltype(getNativeHandle(std::declval< TImpl >())) |
| Alias to the type of the native handle. | |
Functions | |
| template<typename TImpl > | |
| ALPAKA_FN_HOST auto | alpaka::getNativeHandle (TImpl const &impl) |
| Get the native handle of the alpaka object. It will return the alpaka object handle if there is any, otherwise it generates a compile time error. | |