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 7ee07fd7bc..8cebb11511 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 @@ -372,6 +372,10 @@ typedef enum cudaResourceViewFormat hipResourceViewFormat; #define hipEventRecordDefault cudaEventRecordDefault #define hipEventRecordExternal cudaEventRecordExternal +//! Flags that can be used with hipStreamWaitEvent. +#define hipEventWaitDefault cudaEventWaitDefault +#define hipEventWaitExternal cudaEventWaitExternal + #define hipHostMallocDefault cudaHostAllocDefault #define hipHostMallocPortable cudaHostAllocPortable #define hipHostMallocMapped cudaHostAllocMapped