#include <cstddef>
#include <hip/hip_runtime.h>
#include "HeterogeneousTest/ROCmDevice/interface/DeviceAddition.h"
#include "HeterogeneousCore/ROCmUtilities/interface/hipCheck.h"
#include "ROCmTestDeviceAdditionAlgo.h"
Go to the source code of this file.
Namespaces | |
HeterogeneousCoreROCmTestDevicePlugins | |
Functions | |
__global__ void | HeterogeneousCoreROCmTestDevicePlugins::kernel_add_vectors_f (const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size) |
void | HeterogeneousCoreROCmTestDevicePlugins::wrapper_add_vectors_f (const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size) |