hipstreamgetpriority Interface Reference

hipstreamgetpriority Interface Reference#

HIPFORT API Reference: hipfort::hipstreamgetpriority Interface Reference
hipfort::hipstreamgetpriority Interface Reference

Query the priority of a stream. More...

Public Member Functions

integer(kind(hipsuccess)) function hipstreamgetpriority_ (stream, priority)
 

Detailed Description

Query the priority of a stream.

Parameters
[in]streamstream to be queried
[in,out]priorityPointer to an unsigned integer in which the stream's priority is returned
Returns
hipSuccess, hipErrorInvalidValue, hipErrorInvalidHandle
hipSuccess hipErrorInvalidValue hipErrorInvalidHandle

Query the priority of a stream. The priority is returned in in priority.

See also
hipStreamCreateWithFlags

Member Function/Subroutine Documentation

◆ hipstreamgetpriority_()

integer(kind(hipsuccess)) function hipfort::hipstreamgetpriority::hipstreamgetpriority_ ( type(c_ptr), value  stream,
type(c_ptr), value  priority 
)

The documentation for this interface was generated from the following file: