Fix symbol address issue on NVCC path

This commit is contained in:
Rahul Garg
2019-05-07 03:59:43 +05:30
parent 117bdd8774
commit e906bd69ce
+1 -1
View File
@@ -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__