![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/Vec.hpp"#include "alpaka/core/common.hpp"#include "alpaka/mem/ThreadSpace.hpp"#include "alpaka/mem/trait.hpp"#include "alpaka/onAcc/layout.hpp"#include "alpaka/onAcc/traverse.hpp"Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::onAcc |
| functionality which is usable on the accelerator compute device from within a kernel. | |
| namespace | alpaka::onAcc::internal |
| namespace | alpaka::onAcc::internal::trait |
Variables | |
| template<typename T> | |
| constexpr bool | alpaka::onAcc::internal::trait::isIdxMapping_v = IsIdxMapping<T>::value |
| template<typename T> | |
| constexpr bool | alpaka::onAcc::internal::trait::isIdxTraversing_v = IsIdxTraversing<T>::value |