![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/api/api.hpp"#include "alpaka/api/intrinsic.hpp"#include "alpaka/api/trait.hpp"#include "internal/intrinsic.hpp"#include <climits>Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
Functions | |
| constexpr int32_t | alpaka::clz (auto const &arg) |
| constexpr int32_t | alpaka::ffs (auto const &arg) |
| constexpr int32_t | alpaka::popcount (auto const &arg) |
| Returns the number of bits set to 1. | |