alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/acc/Tag.hpp"
#include "alpaka/acc/Traits.hpp"
#include "alpaka/dim/DimIntegralConst.hpp"
#include "alpaka/idx/Accessors.hpp"
#include "alpaka/idx/Traits.hpp"
#include "alpaka/vec/Vec.hpp"
#include <type_traits>
Go to the source code of this file.
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
Functions | |
template<typename TAcc , typename = std::enable_if_t<isAccelerator<TAcc>>> | |
constexpr ALPAKA_FN_ACC bool | alpaka::oncePerBlock (TAcc const &acc) |
template<typename TAcc , typename = std::enable_if_t<isAccelerator<TAcc>>> | |
constexpr ALPAKA_FN_ACC bool | alpaka::oncePerGrid (TAcc const &acc) |