Kokkos Core Kernels Package  Version of the Day
Kokkos::Impl::ParallelFor< FunctorType, ExecPolicy > Class Template Reference

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

#include <Kokkos_Parallel.hpp>

Detailed Description

template<class FunctorType, class ExecPolicy>
class Kokkos::Impl::ParallelFor< FunctorType, ExecPolicy >

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 149 of file Kokkos_Parallel.hpp.


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