diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index 69613c18e1..9e9e1eaa77 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -2354,7 +2354,7 @@ hipError_t hipStreamSynchronize(hipStream_t stream); * * @see hipStreamCreate, hipStreamCreateWithFlags, hipStreamCreateWithPriority, hipStreamSynchronize, hipStreamDestroy */ -hipError_t hipStreamWaitEvent(hipStream_t stream, hipEvent_t event, unsigned int flags); +hipError_t hipStreamWaitEvent(hipStream_t stream, hipEvent_t event, unsigned int flags __dparm(0)); /** * @brief Return flags associated with this stream. *