hipdevicegetstreampriorityrange Interface Reference#
hipfort::hipdevicegetstreampriorityrange Interface Reference
Returns numerical values that correspond to the least and greatest stream priority. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipdevicegetstreampriorityrange_ (leastpriority, greatestpriority) |
Detailed Description
Returns numerical values that correspond to the least and greatest stream priority.
- Parameters
-
[in,out] leastPriority - Pointer in which a value corresponding to least priority is returned. [in,out] greatestPriority - Pointer in which a value corresponding to greatest priority is returned.
- Returns
hipSuccess
Returns in *leastPriority and *greatestPriority the numerical values that correspond to the least and greatest stream priority respectively. Stream priorities follow a convention where lower numbers imply greater priorities. The range of meaningful stream priorities is given by [*leastPriority,*greatestPriority]. If the user attempts to create a stream with a priority value that is outside the meaningful range as specified by this API, the priority is automatically clamped to within the valid range.
- Warning
- This API is under development on AMD GPUs and simply returns
hipSuccess.
Member Function/Subroutine Documentation
◆ hipdevicegetstreampriorityrange_()
| integer(kind(hipsuccess)) function hipfort::hipdevicegetstreampriorityrange::hipdevicegetstreampriorityrange_ | ( | integer(c_int) | leastpriority, |
| integer(c_int) | greatestpriority | ||
| ) |
The documentation for this interface was generated from the following file: