1 #ifndef HeterogeneousTest_CUDAWrapper_interface_DeviceAdditionWrapper_h 2 #define HeterogeneousTest_CUDAWrapper_interface_DeviceAdditionWrapper_h 9 const float* __restrict__ in2,
10 float* __restrict__
out,
14 const double* __restrict__ in2,
15 double* __restrict__
out,
20 #endif // HeterogeneousTest_CUDAWrapper_interface_DeviceAdditionWrapper_h
void wrapper_add_vectors_d(const double *__restrict__ in1, const double *__restrict__ in2, double *__restrict__ out, size_t size)
void wrapper_add_vectors_f(const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size)