diff --git a/projects/clr/hipamd/include/hip/amd_detail/amd_hip_runtime_pt_api.h b/projects/clr/hipamd/include/hip/amd_detail/amd_hip_runtime_pt_api.h index 19e767a0d5..0fb8bc2dfb 100644 --- a/projects/clr/hipamd/include/hip/amd_detail/amd_hip_runtime_pt_api.h +++ b/projects/clr/hipamd/include/hip/amd_detail/amd_hip_runtime_pt_api.h @@ -153,7 +153,7 @@ hipError_t hipStreamSynchronize_spt(hipStream_t stream); hipError_t hipStreamGetPriority_spt(hipStream_t stream, int* priority); -hipError_t hipStreamWaitEvent_spt(hipStream_t stream, hipEvent_t event, unsigned int flags); +hipError_t hipStreamWaitEvent_spt(hipStream_t stream, hipEvent_t event, unsigned int flags __dparm(0)); hipError_t hipStreamGetFlags_spt(hipStream_t stream, unsigned int* flags);