8 wiersze
128 B
C
8 wiersze
128 B
C
#ifndef HIPDEVICEHEADER_H
|
|
#define HIPDEVICEHEADER_H
|
|
#include"test_common.h"
|
|
|
|
__host__ __device__ int add(int a, int b);
|
|
|
|
#endif
|