hipgraphexecchildgraphnodesetparams Interface Reference#
hipfort::hipgraphexecchildgraphnodesetparams Interface Reference
Updates node parameters in the child graph node in the given graphExec. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphexecchildgraphnodesetparams_ (hgraphexec, node, childgraph) |
Detailed Description
Updates node parameters in the child graph node in the given graphExec.
- Parameters
-
[in] hGraphExec - instance of the executable graph with the node. [in] node - node from the graph which was used to instantiate graphExec. [in] childGraph - child graph with updated parameters.
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipgraphexecchildgraphnodesetparams_()
| integer(kind(hipsuccess)) function hipfort::hipgraphexecchildgraphnodesetparams::hipgraphexecchildgraphnodesetparams_ | ( | type(c_ptr), value | hgraphexec, |
| type(c_ptr), value | node, | ||
| type(c_ptr), value | childgraph | ||
| ) |
The documentation for this interface was generated from the following file: