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

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

#include <CudaHipCommon.hpp>

Public Types

using type = DimInt< 2u >
 

Detailed Description

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

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

Definition at line 97 of file CudaHipCommon.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 99 of file CudaHipCommon.hpp.


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