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

Go to the source code of this file.

Classes

struct  alpaka::internal::generic::SimdFillKernel
 assign a value to each element of the destination More...

Namespaces

namespace  alpaka
 main alpaka namespace.
namespace  alpaka::internal
 alpaka internal implementations.
namespace  alpaka::internal::generic
namespace  alpaka::internal::generic::math

Functions

template<typename T_Value>
void alpaka::internal::generic::fill (auto &internalQueue, auto executor, alpaka::concepts::IMdSpan< T_Value > auto &&dest, T_Value elementValue)
template<typename T>
ALPAKA_FN_HOST_ACC constexpr bool alpaka::internal::generic::math::isfinite (T const &value)
template<typename T>
ALPAKA_FN_HOST_ACC constexpr bool alpaka::internal::generic::math::isinf (T const &value)
template<typename T>
ALPAKA_FN_HOST_ACC constexpr bool alpaka::internal::generic::math::isnan (T const &value)