hipgraphaddkernelnode Interface Reference

hipgraphaddkernelnode Interface Reference#

HIPFORT API Reference: hipfort::hipgraphaddkernelnode Interface Reference
hipfort::hipgraphaddkernelnode Interface Reference

Creates a kernel execution node and adds it to a graph. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphaddkernelnode_ (pgraphnode, graph, pdependencies, numdependencies, pnodeparams)
 

Detailed Description

Creates a kernel execution node and adds it to a graph.

Parameters
[out]pGraphNode- Pointer to graph node that is created
[in]graph- Instance of graph to add the created node to.
[in]pDependencies- Pointer to the dependencies of the kernel execution node.
[in]numDependencies- The number of the dependencies.
[in]pNodeParams- Pointer to the parameters of the kernel execution node.
Returns
hipSuccess, hipErrorInvalidValue, hipErrorInvalidDeviceFunction

Member Function/Subroutine Documentation

◆ hipgraphaddkernelnode_()

integer(kind(hipsuccess)) function hipfort::hipgraphaddkernelnode::hipgraphaddkernelnode_ ( type(c_ptr)  pgraphnode,
type(c_ptr), value  graph,
type(c_ptr)  pdependencies,
integer(c_size_t), value  numdependencies,
type(hipkernelnodeparams pnodeparams 
)

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