Makes a stream wait on an event.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dtfft_stream_t), | value | :: | stream |
Stream identifier |
||
type(cudaEvent), | value | :: | event |
Event identifier |
||
integer(kind=c_int), | value | :: | flags |
Flags for the wait operation |
Returns cudaSuccess
if the stream is waiting successfully,
or an error code if there was an issue.