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

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

#include <TaskKernelCpuOmp2Blocks.hpp>

Public Types

using type = AccCpuOmp2Blocks< TDim, TIdx >
 

Detailed Description

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

The CPU OpenMP 2.0 grid block execution task accelerator type trait specialization.

Definition at line 917 of file TaskKernelCpuOmp2Blocks.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 919 of file TaskKernelCpuOmp2Blocks.hpp.


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