![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
Functions | |
| template<typename T_Func, typename T_TupleLike> | |
| ALPAKA_FN_INLINE constexpr decltype(auto) | alpaka::apply (T_Func &&func, T_TupleLike &&tuple) |
| Applies a function to the elements of a tuple-like object. | |