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

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

#include <TaskKernelGpuUniformCudaHipRt.hpp>

Public Types

using type = AccGpuUniformCudaHipRt< TApi, TDim, TIdx >
 

Detailed Description

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

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

Definition at line 150 of file TaskKernelGpuUniformCudaHipRt.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 152 of file TaskKernelGpuUniformCudaHipRt.hpp.


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