CMS 3D CMS Logo

AlpakaTestDeviceAdditionAlgo.h
Go to the documentation of this file.
1 #ifndef HeterogeneousTest_AlpakaDevice_plugins_alpaka_AlpakaTestDeviceAdditionAlgo_h
2 #define HeterogeneousTest_AlpakaDevice_plugins_alpaka_AlpakaTestDeviceAdditionAlgo_h
3 
4 #include <cstdint>
5 
7 
9 
10  void wrapper_add_vectors_f(Queue& queue,
11  const float* __restrict__ in1,
12  const float* __restrict__ in2,
13  float* __restrict__ out,
14  uint32_t size);
15 
16 } // namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaDevicePlugins
17 
18 #endif // HeterogeneousTest_AlpakaDevice_plugins_alpaka_AlpakaTestDeviceAdditionAlgo_h
void wrapper_add_vectors_f(Queue &queue, const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, uint32_t size)