|
struct | alpaka::detail::ParallelFor< TKernel, TSchedule, TSfinae > |
| Executor of parallel OpenMP loop. More...
|
|
struct | alpaka::detail::ParallelFor< TKernel, omp::Schedule > |
| Executor of parallel OpenMP loop. More...
|
|
struct | alpaka::detail::ParallelFor< TKernel, TSchedule, UseScheduleKind< TKernel, TSchedule > > |
| Executor of parallel OpenMP loop. More...
|
|
struct | alpaka::detail::ParallelForDynamicImpl< TKernel, TSchedule, TSfinae > |
| Helper executor of parallel OpenMP loop with the dynamic schedule. More...
|
|
struct | alpaka::detail::ParallelForDynamicImpl< TKernel, TSchedule, HasScheduleChunkSize< TKernel > > |
| Helper executor of parallel OpenMP loop with the dynamic schedule. More...
|
|
struct | alpaka::detail::ParallelForGuidedImpl< TKernel, TSchedule, TSfinae > |
| Helper executor of parallel OpenMP loop with the guided schedule. More...
|
|
struct | alpaka::detail::ParallelForGuidedImpl< TKernel, TSchedule, HasScheduleChunkSize< TKernel > > |
| Helper executor of parallel OpenMP loop with the guided schedule. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, omp::Schedule, omp::Schedule::Dynamic > |
| Executor of parallel OpenMP loop with the dynamic schedule. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, omp::Schedule, omp::Schedule::Guided > |
| Executor of parallel OpenMP loop with the guided schedule. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, omp::Schedule, omp::Schedule::Static > |
| Executor of parallel OpenMP loop with the static schedule. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, TSchedule, omp::Schedule::Auto > |
| Executor of parallel OpenMP loop with auto schedule set. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, TSchedule, omp::Schedule::Dynamic > |
| Executor of parallel OpenMP loop with the dynamic schedule. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, TSchedule, omp::Schedule::Guided > |
| Executor of parallel OpenMP loop with the guided schedule. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, TSchedule, omp::Schedule::NoSchedule > |
| Executor of parallel OpenMP loop with no schedule set. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, TSchedule, omp::Schedule::Runtime > |
| Executor of parallel OpenMP loop with runtime schedule set. More...
|
|
struct | alpaka::detail::ParallelForImpl< TKernel, TSchedule, omp::Schedule::Static > |
| Executor of parallel OpenMP loop with the static schedule. More...
|
|
struct | alpaka::detail::ParallelForStaticImpl< TKernel, TSchedule, TSfinae > |
| Helper executor of parallel OpenMP loop with the static schedule. More...
|
|
struct | alpaka::detail::ParallelForStaticImpl< TKernel, TSchedule, HasScheduleChunkSize< TKernel > > |
| Helper executor of parallel OpenMP loop with the static schedule. More...
|
|
class | alpaka::TaskKernelCpuOmp2Blocks< TDim, TIdx, TKernelFnObj, TArgs > |
| The CPU OpenMP 2.0 block accelerator execution task. More...
|
|