hipexecutionctxstreamcreate Interface Reference#
hipfort::hipexecutionctxstreamcreate Interface Reference
Creates a stream on an execution context with specified flags and priority. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipexecutionctxstreamcreate_ (stream, greenctx, flags, priority) |
Detailed Description
Creates a stream on an execution context with specified flags and priority.
- Parameters
-
[out] stream - Output pointer of the created stream [in] greenctx - Execution context used to create and initialize the stream [in] flags - Flags for stream creation [in] priority - Stream priority
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorOutOfMemory
Member Function/Subroutine Documentation
◆ hipexecutionctxstreamcreate_()
| integer(kind(hipsuccess)) function hipfort::hipexecutionctxstreamcreate::hipexecutionctxstreamcreate_ | ( | type(c_ptr) | stream, |
| type(c_ptr), value | greenctx, | ||
| integer(c_int), value | flags, | ||
| integer(c_int), value | priority | ||
| ) |
The documentation for this interface was generated from the following file: