hipgraphexecnodesetparams Interface Reference#
hipfort::hipgraphexecnodesetparams Interface Reference
Updates parameters of an executable graph's node. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphexecnodesetparams_ (graphexec, node, nodeparams) |
Detailed Description
Updates parameters of an executable graph's node.
- Parameters
-
[in] graphExec - Instance of the executable graph. [in] node - Instance of the node to set parameters to. [in] nodeParams - Pointer to the parameters to be set.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorInvalidDeviceFunction,hipErrorNotSupported.
Member Function/Subroutine Documentation
◆ hipgraphexecnodesetparams_()
| integer(kind(hipsuccess)) function hipfort::hipgraphexecnodesetparams::hipgraphexecnodesetparams_ | ( | type(c_ptr), value | graphexec, |
| type(c_ptr), value | node, | ||
| type(hipgraphnodeparams) | nodeparams | ||
| ) |
The documentation for this interface was generated from the following file: