#include <cstddef>
#include <cstdint>
#include <hip/hip_runtime.h>
#include "HeterogeneousTest/ROCmDevice/interface/DeviceAddition.h"
Go to the source code of this file.
Namespaces | |
cms::rocmtest | |
Functions | |
__device__ void | cms::rocmtest::add_vectors_d (const double *__restrict__ in1, const double *__restrict__ in2, double *__restrict__ out, size_t size) |
__device__ void | cms::rocmtest::add_vectors_f (const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size) |