Kokkos Core Kernels Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Kokkos::Impl::ParallelFor< FunctorType, ExecPolicy, ExecutionSpace > Class Template Reference

Implementation of the ParallelFor operator that has a partial specialization for the device. More...

#include <Kokkos_Core_fwd.hpp>

Detailed Description

template<class FunctorType, class ExecPolicy, class ExecutionSpace = typename Impl::FunctorPolicyExecutionSpace< FunctorType, ExecPolicy >::execution_space>
class Kokkos::Impl::ParallelFor< FunctorType, ExecPolicy, ExecutionSpace >

Implementation of the ParallelFor operator that has a partial specialization for the device.

This is an implementation detail of parallel_for. Users should skip this and go directly to the nonmember function parallel_for.

Definition at line 276 of file Kokkos_Core_fwd.hpp.


The documentation for this class was generated from the following file: