|
Kokkos Core Kernels Package
Version of the Day
|
Declaration of parallel operators. More...
#include <cstddef>#include <Kokkos_Core_fwd.hpp>#include <Kokkos_View.hpp>#include <Kokkos_ExecPolicy.hpp>#include <impl/Kokkos_Traits.hpp>#include <impl/Kokkos_Tags.hpp>Go to the source code of this file.
Classes | |
| struct | Kokkos::Impl::FunctorPolicyExecutionSpace< Functor, Policy, EnableFunctor, EnablePolicy > |
| Given a Functor and Execution Policy query an execution space. More... | |
| class | Kokkos::Impl::ReduceAdapter< FunctorType, ScalarType > |
| Implementation detail of parallel_reduce. More... | |
Namespaces | |
| namespace | Kokkos |
Functions | |
| template<class ExecPolicy , class FunctorType > | |
| void | Kokkos::parallel_for (const ExecPolicy &policy, const FunctorType &functor, typename Impl::enable_if< !Impl::is_integral< ExecPolicy >::value >::type *=0) |
Execute functor in parallel according to the execution policy. | |
| template<class ExecPolicy , class FunctorType > | |
| void | Kokkos::parallel_reduce (const ExecPolicy &policy, const FunctorType &functor, typename Impl::enable_if< !Impl::is_integral< ExecPolicy >::value >::type *=0) |
| Parallel reduction. | |
Declaration of parallel operators.
Definition in file Kokkos_Parallel.hpp.
1.7.6.1