@@ -1,5 +1,5 @@
|
||||
#include"hipDeviceHeader.h"
|
||||
|
||||
__device__ int add(int &a, int &b){
|
||||
__host__ __device__ int add(int &a, int &b){
|
||||
return a+b;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef HIPDEVICEHEADER_H
|
||||
#define HIPDEVICEHEADER_H
|
||||
#include"test_common.h"
|
||||
__device__ int add(int a, int b);
|
||||
|
||||
__host__ __device__ int add(int a, int b);
|
||||
|
||||
#endif
|
||||
|
||||
Yeni konuda referans
Bir kullanıcı engelle