Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Namespaces | Functions
Kokkos_Parallel.hpp File Reference

Declaration of parallel operators. More...

#include <cstddef>
#include <Kokkos_Core_fwd.hpp>
#include <Kokkos_View.hpp>
#include <Kokkos_ExecPolicy.hpp>
#include <impl/Kokkos_Tags.hpp>
#include <impl/Kokkos_Traits.hpp>
#include <impl/Kokkos_FunctorAnalysis.hpp>
#include <impl/Kokkos_FunctorAdapter.hpp>
#include <Kokkos_Parallel_Reduce.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...
 

Namespaces

 Kokkos
 

Functions

template<class ExecPolicy , class FunctorType >
void Kokkos::parallel_for (const ExecPolicy &policy, const FunctorType &functor, const std::string &str="", typename std::enable_if< Kokkos::Impl::is_execution_policy< ExecPolicy >::value >::type *=nullptr)
 Execute functor in parallel according to the execution policy. More...
 

Detailed Description

Declaration of parallel operators.

Definition in file Kokkos_Parallel.hpp.