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 to create.
[in]graph- instance of graph to add the created node.
[in]pDependencies- pointer to the dependencies on the kernel execution node.
[in]numDependencies- the number of the dependencies.
[in]pNodeParams- pointer to the parameters to the kernel execution node on the GPU.
Returns
hipSuccess, hipErrorInvalidValue, hipErrorInvalidDeviceFunction
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

◆ 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(c_ptr)  pNodeParams 
)

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