alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
Once.hpp File Reference
#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

namespace  alpaka
 The alpaka accelerator library.
 

Functions

template<typename TAcc , typename = std::enable_if_t<isAccelerator<TAcc>>>
ALPAKA_FN_ACC constexpr bool alpaka::oncePerBlock (TAcc const &acc)
 
template<typename TAcc , typename = std::enable_if_t<isAccelerator<TAcc>>>
ALPAKA_FN_ACC constexpr bool alpaka::oncePerGrid (TAcc const &acc)