![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/api/api.hpp"#include "alpaka/simd/internal/EmuSimd.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::GetSimdMaskStorageType< T_Api, T_Type, T_width > |
| Get the storage type for a SIMD mask pack. More... | |
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::trait |
Macros | |
| #define | ALPAKA_VECTOR_ASSIGN_OP(op) |
| assign operator | |
| #define | ALPAKA_VECTOR_BINARY_CMP_OP(returnSimdType, argSimdType, typenameOrConcept, op) |
| #define ALPAKA_VECTOR_ASSIGN_OP | ( | op | ) |
assign operator
Definition at line 144 of file EmuSimdMask.hpp.
| #define ALPAKA_VECTOR_BINARY_CMP_OP | ( | returnSimdType, | |
| argSimdType, | |||
| typenameOrConcept, | |||
| op ) |
Definition at line 169 of file EmuSimdMask.hpp.