#include <cstddef>
#include <hip/hip_runtime.h>
#include "HeterogeneousTest/ROCmKernel/interface/DeviceAdditionKernel.h"
#include "HeterogeneousTest/ROCmWrapper/interface/DeviceAdditionWrapper.h"
#include "HeterogeneousCore/ROCmUtilities/interface/hipCheck.h"
Go to the source code of this file.
Namespaces | |
cms::rocmtest | |
Functions | |
void | cms::rocmtest::wrapper_add_vectors_d (const double *__restrict__ in1, const double *__restrict__ in2, double *__restrict__ out, size_t size) |
void | cms::rocmtest::wrapper_add_vectors_f (const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size) |