hipgraphaddbatchmemopnode Interface Reference

hipgraphaddbatchmemopnode Interface Reference#

HIPFORT API Reference: hipfort::hipgraphaddbatchmemopnode Interface Reference
hipfort::hipgraphaddbatchmemopnode Interface Reference

Creates a batch memory operation node and adds it to a graph. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphaddbatchmemopnode_ (phgraphnode, hgraph, dependencies, numdependencies, nodeparams)
 

Detailed Description

Creates a batch memory operation node and adds it to a graph.

[BETA]

Parameters
[in]phGraphNode- Returns the newly created node
[in]hGraph- Graph to which to add the node
[in]dependencies- Dependencies of the node
[in]numDependencies- Number of dependencies
[in]nodeParams- Parameters for the node
Returns
hipSuccess, hipErrorInvalidValue
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

◆ hipgraphaddbatchmemopnode_()

integer(kind(hipsuccess)) function hipfort::hipgraphaddbatchmemopnode::hipgraphaddbatchmemopnode_ ( type(c_ptr)  phgraphnode,
type(c_ptr), value  hgraph,
type(c_ptr)  dependencies,
integer(c_size_t), value  numdependencies,
type(hipbatchmemopnodeparams nodeparams 
)

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