hipstreamgetcaptureinfo_v2 Interface Reference

hipstreamgetcaptureinfo_v2 Interface Reference#

HIPFORT API Reference: hipfort::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.

Member Function/Subroutine Documentation

◆ hipstreamgetcaptureinfo_v2_()

integer(kind(hipsuccess)) function hipfort::hipstreamgetcaptureinfo_v2::hipstreamgetcaptureinfo_v2_ ( type(c_ptr), value  stream,
type(c_ptr), value  captureStatus_out,
type(c_ptr), value  id_out,
type(c_ptr)  graph_out,
type(c_ptr)  dependencies_out,
type(c_ptr), value  numDependencies_out 
)

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