hipgraphexecbatchmemopnodesetparams Interface Reference#
hipfort::hipgraphexecbatchmemopnodesetparams Interface Reference
Sets the parameters for a batch mem op node in the given graphExec. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphexecbatchmemopnodesetparams_ (hgraphexec, hnode, nodeparams) |
Detailed Description
Sets the parameters for a batch mem op node in the given graphExec.
[BETA]
- Parameters
-
[in] hGraphExec - The executable graph in which to set the specified node [in] hNode - Batch mem op node from the graph from which graphExec was instantiated [in] nodeParams - Updated Parameters to set
- Returns
hipSuccess,hipErrorInvalidValue
Sets the parameters of a batch mem op node in an executable graph hGraphExec. The node is identified by the corresponding node hNode in the non-executable graph, from which the executable graph was instantiated.
- Warning
- This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.
- See also
- hipStreamWriteValue32, hipStreamWaitValue32, hipStreamWaitValue64. hipStreamWriteValue64, hipStreamBatchMemOp
Member Function/Subroutine Documentation
◆ hipgraphexecbatchmemopnodesetparams_()
| integer(kind(hipsuccess)) function hipfort::hipgraphexecbatchmemopnodesetparams::hipgraphexecbatchmemopnodesetparams_ | ( | type(c_ptr), value | hgraphexec, |
| type(c_ptr), value | hnode, | ||
| type(hipbatchmemopnodeparams) | nodeparams | ||
| ) |
The documentation for this interface was generated from the following file: