hipgraphnodegetenabled Interface Reference

hipgraphnodegetenabled Interface Reference#

HIPFORT API Reference: hipfort::hipgraphnodegetenabled Interface Reference
hipfort::hipgraphnodegetenabled Interface Reference

Query whether a node in the given graphExec is enabled. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphnodegetenabled_ (hgraphexec, hnode, isenabled)
 

Detailed Description

Query whether a node in the given graphExec is enabled.

Sets isEnabled to 1 if hNode is enabled, or 0 if it is disabled.

The node is identified by the corresponding node in the non-executable graph, from which the executable graph was instantiated.

hNode must not have been removed from the original graph.

Note
Currently only kernel, memset and memcpy nodes are supported.
Parameters
[in]hGraphExec- The executable graph in which to set the specified node.
[in]hNode- Node from the graph from which graphExec was instantiated.
[out]isEnabled- Location to return the enabled status of the node.
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipgraphnodegetenabled_()

integer(kind(hipsuccess)) function hipfort::hipgraphnodegetenabled::hipgraphnodegetenabled_ ( type(c_ptr), value  hgraphexec,
type(c_ptr), value  hnode,
integer(c_int)  isenabled 
)

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