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

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

#include <TaskKernelCpuOmp2Blocks.hpp>

Public Types

using type = TIdx
 

Detailed Description

template<typename TDim, typename TIdx, typename TKernelFnObj, typename... TArgs>
struct alpaka::trait::IdxType< TaskKernelCpuOmp2Blocks< TDim, TIdx, TKernelFnObj, TArgs... > >

The CPU OpenMP 2.0 block execution task idx type trait specialization.

Definition at line 945 of file TaskKernelCpuOmp2Blocks.hpp.

Member Typedef Documentation

◆ type

template<typename TDim , typename TIdx , typename TKernelFnObj , typename... TArgs>
using alpaka::trait::IdxType< TaskKernelCpuOmp2Blocks< TDim, TIdx, TKernelFnObj, TArgs... > >::type = TIdx

Definition at line 947 of file TaskKernelCpuOmp2Blocks.hpp.


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