#ifndef HIPDEVICEHEADER_H #define HIPDEVICEHEADER_H #include"test_common.h" __host__ __device__ int add(int a, int b); #endif