diff --git a/projects/hip/include/hip/nvcc_detail/hip_runtime.h b/projects/hip/include/hip/nvcc_detail/hip_runtime.h index 19d740a1ee..3a18f11614 100644 --- a/projects/hip/include/hip/nvcc_detail/hip_runtime.h +++ b/projects/hip/include/hip/nvcc_detail/hip_runtime.h @@ -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__