#include <cstdint>
#include <alpaka/alpaka.hpp>
#include "HeterogeneousCore/AlpakaInterface/interface/config.h"
#include "HeterogeneousCore/AlpakaInterface/interface/workdivision.h"
Go to the source code of this file.
Namespaces | |
ALPAKA_ACCELERATOR_NAMESPACE::test | |
Functions | |
ALPAKA_FN_ACC void | ALPAKA_ACCELERATOR_NAMESPACE::test::add_vectors_d (Acc1D const &acc, double const *__restrict__ in1, double const *__restrict__ in2, double *__restrict__ out, uint32_t size) |
ALPAKA_FN_ACC void | ALPAKA_ACCELERATOR_NAMESPACE::test::add_vectors_f (Acc1D const &acc, float const *__restrict__ in1, float const *__restrict__ in2, float *__restrict__ out, uint32_t size) |