hipdrvgraphaddmemsetnode Interface Reference

hipdrvgraphaddmemsetnode Interface Reference#

HIPFORT API Reference: hipfort::hipdrvgraphaddmemsetnode Interface Reference
hipfort::hipdrvgraphaddmemsetnode Interface Reference

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

Public Member Functions

integer(kind(hipsuccess)) function hipdrvgraphaddmemsetnode_ (phgraphnode, hgraph, dependencies, numdependencies, memsetparams, ctx)
 

Detailed Description

Creates a memset node and adds it to a graph.

Parameters
[out]phGraphNode- pointer to graph node to create.
[in]hGraph- instance of graph to add the created node to.
[in]dependencies- const pointer to the dependencies on the memset execution node.
[in]numDependencies- number of the dependencies.
[in]memsetParams- const pointer to the parameters for the memory set.
[in]ctx- cotext related to current device.
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipdrvgraphaddmemsetnode_()

integer(kind(hipsuccess)) function hipfort::hipdrvgraphaddmemsetnode::hipdrvgraphaddmemsetnode_ ( type(c_ptr)  phgraphnode,
type(c_ptr), value  hgraph,
type(c_ptr)  dependencies,
integer(c_size_t), value  numdependencies,
type(hipmemsetparams memsetparams,
type(c_ptr), value  ctx 
)

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