![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/elem/Traits.hpp"#include "alpaka/extent/Traits.hpp"#include "alpaka/idx/Traits.hpp"#include "alpaka/meta/Concatenate.hpp"#include "alpaka/meta/TypeListOps.hpp"#include "alpaka/offset/Traits.hpp"#include "alpaka/vec/Vec.hpp"#include <tuple>#include <cuda.h>#include <cuda_runtime.h>Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::cuda |
| namespace | alpaka::cuda::trait |
| namespace | alpaka::detail |
| namespace | alpaka::trait |
| The accelerator traits. | |
Variables | |
| template<typename T > | |
| constexpr auto | alpaka::cuda::trait::isCudaBuiltInType = alpaka::detail::isCudaHipBuiltInType<T> |
| template<typename T > | |
| constexpr auto | alpaka::detail::isCudaHipBuiltInType = meta::Contains<CudaHipBuiltinTypes, T>::value |