hipgraphkernelnodecopyattributes Interface Reference

hipgraphkernelnodecopyattributes Interface Reference#

HIPFORT API Reference: hipfort::hipgraphkernelnodecopyattributes Interface Reference
hipfort::hipgraphkernelnodecopyattributes Interface Reference

Copies attributes from source node to destination node. More...

Public Member Functions

integer(kind(hipsuccess)) function hipgraphkernelnodecopyattributes_ (hsrc, hdst)
 

Detailed Description

Copies attributes from source node to destination node.

Copies attributes from source node to destination node. Both node must have the same context.

Parameters
[out]hDst- Destination node.
[in]hSrc- Source node. For list of attributes see hipKernelNodeAttrID.
Returns
hipSuccess, hipErrorInvalidContext

Member Function/Subroutine Documentation

◆ hipgraphkernelnodecopyattributes_()

integer(kind(hipsuccess)) function hipfort::hipgraphkernelnodecopyattributes::hipgraphkernelnodecopyattributes_ ( type(c_ptr), value  hsrc,
type(c_ptr), value  hdst 
)

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