hipstreamdestroy Interface Reference#
hipfort::hipstreamdestroy Interface Reference
Destroys the specified stream. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipstreamdestroy_ (stream) |
Detailed Description
Destroys the specified stream.
- Parameters
-
[in,out] stream Valid pointer to hipStream_t. This function writes the memory with the newly created stream.
- Returns
- hipSuccess hipErrorInvalidHandle
Destroys the specified stream.
If commands are still executing on the specified stream, some may complete execution before the queue is deleted.
The queue may be destroyed while some commands are still inflight, or may wait for all commands queued to the stream before destroying it.
- See also
- hipStreamCreate, hipStreamCreateWithFlags, hipStreamCreateWithPriority, hipStreamQuery, hipStreamWaitEvent, hipStreamSynchronize
Member Function/Subroutine Documentation
◆ hipstreamdestroy_()
integer(kind(hipsuccess)) function hipfort::hipstreamdestroy::hipstreamdestroy_ | ( | type(c_ptr), value | stream | ) |
The documentation for this interface was generated from the following file: