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 graph node that is created.
[in]graph- Instance of the graph to add the created node to.
[in]pDependencies- const pointer to the dependencies on the memset execution node.
[in]numDependencies- Number of dependencies.
[in]pMemsetParams- const pointer to the parameters for the memory set.
Returns
hipSuccess, hipErrorInvalidValue

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(hipmemsetparams pmemsetparams 
)

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