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

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

#include <CudaHipCommon.hpp>

Public Types

using type = DimInt< 1u >
 

Detailed Description

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

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

Definition at line 90 of file CudaHipCommon.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 92 of file CudaHipCommon.hpp.


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