alpaka
Abstraction Library for Parallel Kernel Acceleration
|
The structure template to access to the functions attributes of a kernel function object. More...
#include <Traits.hpp>
Static Public Member Functions | |
static ALPAKA_FN_HOST auto | getFunctionAttributes ([[maybe_unused]] TDev const &dev, [[maybe_unused]] TKernelFnObj const &kernelFn, [[maybe_unused]] TArgs &&... args) -> alpaka::KernelFunctionAttributes |
The structure template to access to the functions attributes of a kernel function object.
TAcc | The accelerator type |
TKernelFnObj | Kernel function object type. |
TArgs | Kernel function object argument types as a parameter pack. |
Definition at line 78 of file Traits.hpp.
|
inlinestatic |
dev | The device instance |
kernelFn | The kernel function object which should be executed. |
args | The kernel invocation arguments. |
Definition at line 85 of file Traits.hpp.