![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/Vec.hpp"#include "alpaka/api/api.hpp"#include "alpaka/core/Dict.hpp"#include "alpaka/core/PP.hpp"#include "alpaka/core/common.hpp"#include "alpaka/mem/IdxRange.hpp"#include "alpaka/mem/ThreadSpace.hpp"#include "alpaka/onAcc/layout.hpp"#include "alpaka/tag.hpp"#include "alpaka/utility.hpp"#include <cstdint>#include <functional>#include <memory>#include <ranges>#include <sstream>Go to the source code of this file.
Classes | |
| struct | alpaka::onAcc::detail::ReducedVector< T_Type, T_dim > |
| Store reduced vector. More... | |
| struct | alpaka::onAcc::detail::ReducedVector< T_Type, 1u > |
| class | alpaka::onAcc::TiledIdxContainer< T_IdxRange, T_ThreadSpace, T_IdxMapperFn, T_CSelect > |
| class | alpaka::onAcc::TiledIdxContainer< T_IdxRange, T_ThreadSpace, T_IdxMapperFn, T_CSelect >::const_iterator |
| class | alpaka::onAcc::TiledIdxContainer< T_IdxRange, T_ThreadSpace, T_IdxMapperFn, T_CSelect >::const_iterator_end |
| special implementation to define the end More... | |
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::detail |