Update documentation for hipEventCreateWithFlags

Change-Id: I2658bd95df0d3a802cce4ffcb8dfd40e7055b0f7


[ROCm/hip commit: f24b2e075a]
This commit is contained in:
Saleel Kudchadker
2021-01-08 13:26:43 -08:00
parent 8c0ea0d8a3
commit c9cc6fbd65
@@ -1242,7 +1242,8 @@ hipError_t hipStreamAddCallback(hipStream_t stream, hipStreamCallback_t callback
* #hipEventBlockingSync : The event will use blocking synchronization : if hipEventSynchronize is
called on this event, the thread will block until the event completes. This can increase latency
for the synchroniation but can result in lower power and more resources for other CPU threads.
* #hipEventDisableTiming : Disable recording of timing information.
* #hipEventDisableTiming : Disable recording of timing information. Events created with this flag
would not record profiling data and provide best performance if used for synchronization.
* @warning On AMD platform, hipEventInterprocess support is under development. Use of this flag
will return an error.