Functions | |
__global__ void | kernel_add_vectors_f (const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size) |
void | wrapper_add_vectors_f (const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size) |
__global__ void HeterogeneousCoreROCmTestDevicePlugins::kernel_add_vectors_f | ( | const float *__restrict__ | in1, |
const float *__restrict__ | in2, | ||
float *__restrict__ | out, | ||
size_t | size | ||
) |
Definition at line 12 of file ROCmTestDeviceAdditionAlgo.hip.cc.
References cms::rocmtest::add_vectors_f(), MillePedeFileConverter_cfg::out, and findQualityFiles::size.
void HeterogeneousCoreROCmTestDevicePlugins::wrapper_add_vectors_f | ( | const float *__restrict__ | in1, |
const float *__restrict__ | in2, | ||
float *__restrict__ | out, | ||
size_t | size | ||
) |
Definition at line 19 of file ROCmTestDeviceAdditionAlgo.hip.cc.
References hipCheck, MillePedeFileConverter_cfg::out, and findQualityFiles::size.
Referenced by ROCmTestDeviceAdditionModule::analyze().