Fix symbol address issue on NVCC path

[ROCm/hip commit: e906bd69ce]
This commit is contained in:
Rahul Garg
2019-05-07 03:59:43 +05:30
parent f49a4c6d89
commit d700f67b79
@@ -96,7 +96,7 @@ typedef int hipLaunchParm;
#define hipGridDim_y gridDim.y
#define hipGridDim_z gridDim.z
#define HIP_SYMBOL(X) X
#define HIP_SYMBOL(X) &X
/**
* extern __shared__