6 regels
83 B
C++
6 regels
83 B
C++
|
|
#include"hipDeviceHeader.h"
|
||
|
|
|
||
|
|
__device__ int add(int &a, int &b){
|
||
|
|
return a+b;
|
||
|
|
}
|