|
IPPL (Independent Parallel Particle Layer)
IPPL
|
#include <ParallelDispatch.h>
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION void | operator() (T... x, Acc &... res) const |
Public Attributes | |
| Functor | f |
Wrapper struct for reduction kernels Source: https://stackoverflow.com/questions/50713214/familiar-template-syntax-for-generic-lambdas
| Functor | functor type |
| Policy | range policy type |
| T... | index types |
| Acc | accumulator data type |
Definition at line 141 of file ParallelDispatch.h.
|
inline |
Inline operator forwarding to a specialized instantiation of the functor's own operator()
| x... | the indices |
| res | the accumulator variable |
Definition at line 151 of file ParallelDispatch.h.
References f.
| Functor ippl::detail::FunctorWrapper< REDUCE, Functor, Policy, std::tuple< T... >, Acc... >::f |
Definition at line 142 of file ParallelDispatch.h.
Referenced by operator()().