7 строки
118 B
C
7 строки
118 B
C
#ifndef HIPDEVICEHEADER_H
|
|
#define HIPDEVICEHEADER_H
|
|
#include"test_common.h"
|
|
__device__ int add(int a, int b);
|
|
|
|
#endif
|