alpaka
Abstraction Library for Parallel Kernel Acceleration
TaskKernelCpuOmp2Threads.hpp File Reference
#include "alpaka/acc/Traits.hpp"
#include "alpaka/dev/Traits.hpp"
#include "alpaka/dim/Traits.hpp"
#include "alpaka/idx/Traits.hpp"
#include "alpaka/platform/Traits.hpp"
#include "alpaka/acc/AccCpuOmp2Threads.hpp"
#include "alpaka/core/Decay.hpp"
#include "alpaka/dev/DevCpu.hpp"
#include "alpaka/kernel/Traits.hpp"
#include "alpaka/meta/NdLoop.hpp"
#include "alpaka/workdiv/WorkDivMembers.hpp"
#include <functional>
#include <stdexcept>
#include <tuple>
#include <type_traits>
#include <iostream>
#include <omp.h>

Go to the source code of this file.

Classes

class  alpaka::TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs >
 The CPU OpenMP 2.0 thread accelerator execution task. More...
 
struct  alpaka::trait::AccType< TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU OpenMP 2.0 block thread execution task accelerator type trait specialization. More...
 
struct  alpaka::trait::DevType< TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU OpenMP 2.0 block thread execution task device type trait specialization. More...
 
struct  alpaka::trait::DimType< TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU OpenMP 2.0 block thread execution task dimension getter trait specialization. More...
 
struct  alpaka::trait::IdxType< TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU OpenMP 2.0 block thread execution task idx type trait specialization. More...
 
struct  alpaka::trait::PlatformType< TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU OpenMP 2.0 block thread execution task platform type trait specialization. More...
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::trait
 The accelerator traits.