hipgraphbatchmemopnodegetparams Interface Reference#
hipfort::hipgraphbatchmemopnodegetparams Interface Reference
Returns a batch mem op node's parameters. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphbatchmemopnodegetparams_ (hnode, nodeparams_out) |
Detailed Description
Returns a batch mem op node's parameters.
[BETA]
- Parameters
-
[in] hNode - Node to get the parameters for [in] nodeParams_out - Pointer to return the parameters
- Returns
hipSuccess,hipErrorInvalidValue
Returns the parameters of batch mem op node hNode in nodeParams_out. The paramArray returned in nodeParams_out is owned by the node. This memory remains valid until the node is destroyed or its parameters are modified, and should not be modified directly.
- 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. hipGraphBatchMemOpNodeSetParams
Member Function/Subroutine Documentation
◆ hipgraphbatchmemopnodegetparams_()
| integer(kind(hipsuccess)) function hipfort::hipgraphbatchmemopnodegetparams::hipgraphbatchmemopnodegetparams_ | ( | type(c_ptr), value | hnode, |
| type(hipbatchmemopnodeparams) | nodeparams_out | ||
| ) |
The documentation for this interface was generated from the following file: