|
kokkos-execution 0.0.1
|
#include <parallel_for.hpp>
Public Types | |
| using | policy_t = ExecPolicy |
| using | execution_space = typename policy_t::execution_space |
Public Member Functions | |
| void | execute () const & |
| const policy_t & | get_policy () const &noexcept |
Public Attributes | |
| Kokkos::Execution::Impl::ParallelForData< Label, Functor, policy_t > | data |
Definition at line 17 of file parallel_for.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ParallelForClosure< Label, Functor, ExecPolicy >::execution_space = typename policy_t::execution_space |
Definition at line 19 of file parallel_for.hpp.
| using Kokkos::Execution::ExecutionSpaceImpl::ParallelForClosure< Label, Functor, ExecPolicy >::policy_t = ExecPolicy |
Definition at line 18 of file parallel_for.hpp.
|
inline |
Definition at line 23 of file parallel_for.hpp.
References data.
|
inlinenoexcept |
Definition at line 31 of file parallel_for.hpp.
References data.
| Kokkos::Execution::Impl::ParallelForData<Label, Functor, policy_t> Kokkos::Execution::ExecutionSpaceImpl::ParallelForClosure< Label, Functor, ExecPolicy >::data |
Definition at line 21 of file parallel_for.hpp.