hipgraphinstantiatewithflags Interface Reference#
hipfort::hipgraphinstantiatewithflags Interface Reference
Creates an executable graph from a graph. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphinstantiatewithflags_ (pgraphexec, graph, flags) |
Detailed Description
Creates an executable graph from a graph.
- Parameters
-
[out] pGraphExec - Pointer to instantiated executable graph. [in] graph - Instance of graph to instantiate. [in] flags - Flags to control instantiation.
- Returns
hipSuccess,hipErrorInvalidValue
- Warning
- This API does not support any of flag and is behaving as hipGraphInstantiate.
Member Function/Subroutine Documentation
◆ hipgraphinstantiatewithflags_()
| integer(kind(hipsuccess)) function hipfort::hipgraphinstantiatewithflags::hipgraphinstantiatewithflags_ | ( | type(c_ptr) | pgraphexec, |
| type(c_ptr), value | graph, | ||
| integer(c_int64_t), value | flags | ||
| ) |
The documentation for this interface was generated from the following file: