diff --git a/projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h b/projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h index 657d354a88..6e7989e1e2 100644 --- a/projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h +++ b/projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h @@ -391,6 +391,7 @@ typedef cudaSurfaceObject_t hipSurfaceObject_t; #define hipInvalidDeviceId cudaInvalidDeviceId typedef struct cudaExtent hipExtent; typedef struct cudaPitchedPtr hipPitchedPtr; +typedef struct cudaPos hipPos; #define make_hipExtent make_cudaExtent #define make_hipPos make_cudaPos #define make_hipPitchedPtr make_cudaPitchedPtr