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 d6a8bc05cb..a0e05cf2dd 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 @@ -1135,6 +1135,13 @@ typedef enum cudaStreamCaptureStatus hipStreamCaptureStatus; typedef union cudaKernelNodeAttrValue hipKernelNodeAttrValue; typedef enum cudaKernelNodeAttrID hipKernelNodeAttrID; +#define hipKernelNodeAttributeAccessPolicyWindow cudaKernelNodeAttributeAccessPolicyWindow +#define hipKernelNodeAttributeCooperative cudaKernelNodeAttributeCooperative +typedef enum cudaAccessProperty hipAccessProperty; +#define hipAccessPropertyNormal cudaAccessPropertyNormal +#define hipAccessPropertyStreaming cudaAccessPropertyStreaming +#define hipAccessPropertyPersisting cudaAccessPropertyPersisting +typedef struct cudaAccessPolicyWindow hipAccessPolicyWindow; typedef enum cudaGraphMemAttributeType hipGraphMemAttributeType;