Merge pull request #1082 from gargrahul/fix_hipmemcpy_symbol_nvcc

Fix symbol address issue on NVCC path
This commit is contained in:
Maneesh Gupta
2019-05-07 16:17:01 +05:30
committed by GitHub
+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__