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

The GPU CUDA/HIP execution task idx type trait specialization. More...

#include <TaskKernelGpuUniformCudaHipRt.hpp>

Public Types

using type = TIdx
 

Detailed Description

template<typename TApi, typename TAcc, typename TDim, typename TIdx, typename TKernelFnObj, typename... TArgs>
struct alpaka::trait::IdxType< TaskKernelGpuUniformCudaHipRt< TApi, TAcc, TDim, TIdx, TKernelFnObj, TArgs... > >

The GPU CUDA/HIP execution task idx type trait specialization.

Definition at line 178 of file TaskKernelGpuUniformCudaHipRt.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 180 of file TaskKernelGpuUniformCudaHipRt.hpp.


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