Test hipModuleGetGlobal

This commit is contained in:
Rahul Garg
2019-03-15 04:08:03 +05:30
parent 72fdeb2d2f
commit 34e675d0f6
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];
;