Test hipModuleGetGlobal

This commit is contained in:
Rahul Garg
2019-03-15 04:08:03 +05:30
parent 599ae3af2e
commit 2796df1b26
2 changed files with 5 additions and 3 deletions
@@ -24,7 +24,7 @@ THE SOFTWARE.
#define ARRAY_SIZE (16)
extern float myDeviceGlobal;
__device__ float myDeviceGlobal;
extern float myDeviceGlobalArray[16];
;