hipstreamgetcaptureinfo_v2 Interface Reference#
hipfort::hipstreamgetcaptureinfo_v2 Interface Reference
Get stream's capture state. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipstreamgetcaptureinfo_v2_ (stream, captureStatus_out, id_out, graph_out, dependencies_out, numDependencies_out) |
Detailed Description
Get stream's capture state.
- Parameters
-
[in] stream - Stream under capture. [out] captureStatus_out - returns current status of the capture. [out] id_out - unique ID of the capture. [in] graph_out - returns the graph being captured into. [out] dependencies_out - returns pointer to an array of nodes. [out] numDependencies_out - returns size of the array returned in dependencies_out.
- Returns
- #hipSuccess, #hipErrorInvalidValue, #hipErrorStreamCaptureImplicit
- Warning
- : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.
The documentation for this interface was generated from the following file: