Open
Description
Would it be possible to implement hipEventQuery
?
According to the current HIP documentation:
hipError_t hipEventQuery(hipEvent_t event)
Query the status of the specified event. This function will return
hipSuccess
if all commands in the appropriate stream (specified tohipEventRecord()
) have completed.
The documentation goes on to say that
If that work has not completed, or if
hipEventRecord()
was not called on the event, thenhipErrorNotReady
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.
Metadata
Metadata
Assignees
Labels
No labels