added host flags to hipDeviceBody test
Dieser Commit ist enthalten in:
@@ -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
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren