You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Query the status of the specified event. This function will return hipSuccess if all commands in the appropriate stream (specified to hipEventRecord()) have completed.
The documentation goes on to say that
If that work has not completed, or if hipEventRecord() was not called on the event, then hipErrorNotReady is returned.
However this is not what I observe: hipEventQuery() returns hipSuccess for an event that has been just created, before hipEventRecord() was ever called with it.
The text was updated successfully, but these errors were encountered:
Would it be possible to implement
hipEventQuery
?According to the current HIP documentation:
The documentation goes on to say that
However this is not what I observe:
hipEventQuery()
returnshipSuccess
for an event that has been just created, beforehipEventRecord()
was ever called with it.The text was updated successfully, but these errors were encountered: