![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#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 | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::trait |
| The accelerator traits. | |
Typedefs | |
| template<typename T > | |
| using | alpaka::Idx = typename trait::IdxType< T >::type |