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

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

#include <TaskKernelCpuSerial.hpp>

Public Types

using type = PlatformCpu
 

Detailed Description

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

The CPU serial execution task platform type trait specialization.

Definition at line 129 of file TaskKernelCpuSerial.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 131 of file TaskKernelCpuSerial.hpp.


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