alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::trait::DimType< T, std::enable_if_t< meta::Contains< alpaka::detail::CudaHipBuiltinTypes3, T >::value > > Struct Template Reference

The CUDA/HIP vectors 3D dimension get trait specialization. More...

#include <CudaHipCommon.hpp>

Public Types

using type = DimInt< 3u >
 

Detailed Description

template<typename T>
struct alpaka::trait::DimType< T, std::enable_if_t< meta::Contains< alpaka::detail::CudaHipBuiltinTypes3, T >::value > >

The CUDA/HIP vectors 3D dimension get trait specialization.

Definition at line 104 of file CudaHipCommon.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using alpaka::trait::DimType< T, std::enable_if_t< meta::Contains< alpaka::detail::CudaHipBuiltinTypes3, T >::value > >::type = DimInt<3u>

Definition at line 106 of file CudaHipCommon.hpp.


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