hipgraphaddmemsetnode Interface Reference

hipgraphaddmemsetnode Interface Reference#

HIPFORT API Reference: hipfort::hipgraphaddmemsetnode Interface Reference
hipfort::hipgraphaddmemsetnode Interface Reference

Creates a memset node and adds it to a graph. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphaddmemsetnode_ (pGraphNode, graph, pDependencies, numDependencies, pMemsetParams)
 

Detailed Description

Creates a memset node and adds it to a graph.

Parameters
[out]pGraphNode- pointer to the graph node to create.
[in]graph- instance of the graph to add the created node.
[in]pDependencies- pointer to the dependencies on the memset execution node.
[in]numDependencies- the number of the dependencies.
[in]pMemsetParams- pointer to the parameters for the memory set.
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.

Member Function/Subroutine Documentation

◆ hipgraphaddmemsetnode_()

integer(kind(hipsuccess)) function hipfort::hipgraphaddmemsetnode::hipgraphaddmemsetnode_ ( type(c_ptr)  pGraphNode,
type(c_ptr), value  graph,
type(c_ptr)  pDependencies,
integer(c_size_t), value  numDependencies,
type(c_ptr)  pMemsetParams 
)

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