![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Marks a functor which supports SimdPtr as arguments. More...
#include <functor.hpp>
Public Types | |
| using | Functor = T_Func |
Public Member Functions | |
| constexpr | StencilFunc (auto &&func) |
Marks a functor which supports SimdPtr as arguments.
Wrapping a functor or lambda with this class to signal support for SimdPtr. A stencil functor can be used to write stencil operations within a transform call.
Definition at line 20 of file functor.hpp.
| using alpaka::StencilFunc< T_Func >::Functor = T_Func |
Definition at line 22 of file functor.hpp.
|
inlineconstexpr |
Definition at line 24 of file functor.hpp.