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

The GPU CUDA/HIP execution task dimension getter trait specialization. More...

#include <TaskKernelGpuUniformCudaHipRt.hpp>

Public Types

using type = TDim
 

Detailed Description

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

The GPU CUDA/HIP execution task dimension getter trait specialization.

Definition at line 164 of file TaskKernelGpuUniformCudaHipRt.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 166 of file TaskKernelGpuUniformCudaHipRt.hpp.


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