CMS 3D CMS Logo

Functions
HeterogeneousTestROCmKernelPlugins Namespace Reference

Functions

void wrapper_add_vectors_f (const float *__restrict__ in1, const float *__restrict__ in2, float *__restrict__ out, size_t size)
 

Function Documentation

◆ wrapper_add_vectors_f()

void HeterogeneousTestROCmKernelPlugins::wrapper_add_vectors_f ( const float *__restrict__  in1,
const float *__restrict__  in2,
float *__restrict__  out,
size_t  size 
)

Definition at line 12 of file ROCmTestKernelAdditionAlgo.hip.cc.

References hipCheck, and MillePedeFileConverter_cfg::out.

Referenced by ROCmTestKernelAdditionModule::analyze().

15  {
16  cms::rocmtest::kernel_add_vectors_f<<<32, 32>>>(in1, in2, out, size);
17  hipCheck(hipGetLastError());
18  }
size
Write out results.
#define hipCheck(ARG,...)
Definition: hipCheck.h:52