hipstreamgetpriority Interface Reference#
hipfort::hipstreamgetpriority Interface Reference
Queries the priority of a stream. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipstreamgetpriority_ (stream, priority) |
Detailed Description
Queries the priority of a stream.
- Parameters
-
[in] stream - Stream to be queried [in,out] priority - Pointer to an unsigned integer in which the stream's priority is returned
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorInvalidHandle.
- See also
- hipStreamCreateWithPriority
Member Function/Subroutine Documentation
◆ hipstreamgetpriority_()
| integer(kind(hipsuccess)) function hipfort::hipstreamgetpriority::hipstreamgetpriority_ | ( | type(c_ptr), value | stream, |
| integer(c_int) | priority | ||
| ) |
The documentation for this interface was generated from the following file: