alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/intrinsic/Traits.hpp"
Go to the source code of this file.
Classes | |
class | alpaka::IntrinsicFallback |
The Fallback intrinsic. More... | |
Namespaces | |
namespace | alpaka |
The alpaka accelerator library. | |
namespace | alpaka::detail |
namespace | alpaka::trait |
The accelerator traits. | |
Functions | |
template<typename TValue > | |
static auto | alpaka::detail::ffsFallback (TValue value) -> std::int32_t |
Fallback implementation of ffs. | |
template<typename TValue > | |
static auto | alpaka::detail::popcountFallback (TValue value) -> std::int32_t |
Fallback implementation of popcount. | |