alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::DevType< TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs... > > Struct Template Reference

The CPU OpenMP 2.0 block thread execution task device type trait specialization. More...

#include <TaskKernelCpuOmp2Threads.hpp>

Public Types

using type = DevCpu
 

Detailed Description

template<typename TDim, typename TIdx, typename TKernelFnObj, typename... TArgs>
struct alpaka::trait::DevType< TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs... > >

The CPU OpenMP 2.0 block thread execution task device type trait specialization.

Definition at line 170 of file TaskKernelCpuOmp2Threads.hpp.

Member Typedef Documentation

◆ type

template<typename TDim , typename TIdx , typename TKernelFnObj , typename... TArgs>
using alpaka::trait::DevType< TaskKernelCpuOmp2Threads< TDim, TIdx, TKernelFnObj, TArgs... > >::type = DevCpu

Definition at line 172 of file TaskKernelCpuOmp2Threads.hpp.


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