alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::detail::ParallelForImpl< TKernel, TSchedule, TScheduleKind > Struct Template Reference

Executor of parallel OpenMP loop with the given schedule. More...

Detailed Description

template<typename TKernel, typename TSchedule, omp::Schedule::Kind TScheduleKind>
struct alpaka::detail::ParallelForImpl< TKernel, TSchedule, TScheduleKind >

Executor of parallel OpenMP loop with the given schedule.

Is explicitly specialized for all supported schedule kinds to help code optimization by compilers.

Template Parameters
TKernelThe kernel type.
TScheduleThe schedule type (not necessarily omp::Schedule).
TScheduleKindThe schedule kind value.

Definition at line 52 of file TaskKernelCpuOmp2Blocks.hpp.


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