alpaka
Abstraction Library for Parallel Kernel Acceleration
Traits.hpp File Reference
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

struct  alpaka::ConceptIdxBt
 
struct  alpaka::ConceptIdxGb
 
struct  alpaka::trait::IdxType< T, std::enable_if_t< std::is_arithmetic_v< T > > >
 The arithmetic idx type trait specialization. More...
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::trait
 The accelerator traits.
 

Typedefs

template<typename T >
using alpaka::Idx = typename trait::IdxType< T >::type