alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
simdized.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  alpaka
 main alpaka namespace.

Functions

constexpr void alpaka::alpakaSimdizedInvoke (auto &&fn, auto &&... args)
 Invokes the callable object fn with the parameters args.
template<uint32_t T_width>
constexpr auto alpaka::makeSimdized (auto &&value)
 Transform a type into a SIMD-optimized data structure.