6 строки
83 B
C++
6 строки
83 B
C++
#include"hipDeviceHeader.h"
|
|
|
|
__device__ int add(int &a, int &b){
|
|
return a+b;
|
|
}
|