![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/Simd.hpp"Go to the source code of this file.
Classes | |
| struct | alpaka::SimdWhereExpr< Mask, T_Simd > |
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
Macros | |
| #define | ALPAKA_SIMD_EXPR_ASSIGN_OP(op_name, op) |
Functions | |
| template<concepts::SimdMask T_Mask, concepts::Simd T_Simd> | |
| constexpr SimdWhereExpr< T_Mask, T_Simd > | alpaka::where (T_Mask const &mask, T_Simd &value) |
| Conditionally update each component of an SIMD pack. | |
| #define ALPAKA_SIMD_EXPR_ASSIGN_OP | ( | op_name, | |
| op ) |
Definition at line 56 of file SimdWhereExpr.hpp.