![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/CVec.hpp"#include "alpaka/Vec.hpp"#include "alpaka/core/common.hpp"#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::internal |
| alpaka internal implementations. | |
| namespace | std |
| STL namespace. | |
Functions | |
| template<std::size_t I, typename T_ThreadIdx, typename T_ThreadCount> requires (I == 1u) | |
| constexpr auto & | alpaka::get (alpaka::ThreadSpace< T_ThreadIdx, T_ThreadCount > &v) |
| template<std::size_t I, typename T_ThreadIdx, typename T_ThreadCount> requires (I == 0u) | |
| constexpr auto & | alpaka::get (alpaka::ThreadSpace< T_ThreadIdx, T_ThreadCount > &v) |
| template<std::size_t I, typename T_ThreadIdx, typename T_ThreadCount> requires (I == 1u) | |
| constexpr auto | alpaka::get (alpaka::ThreadSpace< T_ThreadIdx, T_ThreadCount > const &v) |
| template<std::size_t I, typename T_ThreadIdx, typename T_ThreadCount> requires (I == 0u) | |
| constexpr auto | alpaka::get (alpaka::ThreadSpace< T_ThreadIdx, T_ThreadCount > const &v) |