![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/api/api.hpp"#include "alpaka/simd/concepts.hpp"#include "alpaka/simd/internal/SmartMaskValueRef.hpp"#include "alpaka/simd/internal/alignment.hpp"#include "alpaka/simd/internal/utility.hpp"#include "alpaka/simd/trait.hpp"#include <concepts>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | alpaka::trait::GetSimdStorageType< T_Api, T_Type, T_width > |
| Get the storage type for a SIMD pack. More... | |
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::trait |
Macros | |
| #define | ALPAKA_VECTOR_ASSIGN_OP(op) |
| assign operator | |
| #define | ALPAKA_VECTOR_BINARY_OP(typenameOrConcept, op) |
| #define ALPAKA_VECTOR_ASSIGN_OP | ( | op | ) |
assign operator
Definition at line 172 of file EmuSimd.hpp.
| #define ALPAKA_VECTOR_BINARY_OP | ( | typenameOrConcept, | |
| op ) |
Definition at line 205 of file EmuSimd.hpp.