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

The CPU serial execution task device type trait specialization. More...

#include <TaskKernelCpuSerial.hpp>

Public Types

using type = DevCpu
 

Detailed Description

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

The CPU serial execution task device type trait specialization.

Definition at line 115 of file TaskKernelCpuSerial.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 117 of file TaskKernelCpuSerial.hpp.


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