Test hipModuleGetGlobal

This commit is contained in:
Rahul Garg
2019-03-15 04:08:03 +05:30
parent f14c695edb
commit 46346343af
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];
;