hipgraphdebugdotprint Interface Reference#
hipfort::hipgraphdebugdotprint Interface Reference
Write a DOT file describing graph structure. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipgraphdebugdotprint_ (graph, path, flags) |
Detailed Description
Write a DOT file describing graph structure.
- Parameters
-
[in] graph - graph object for which DOT file has to be generated. [in] path - path to write the DOT file. [in] flags - Flags from hipGraphDebugDotFlags to get additional node information.
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorOperatingSystem
Member Function/Subroutine Documentation
◆ hipgraphdebugdotprint_()
| integer(kind(hipsuccess)) function hipfort::hipgraphdebugdotprint::hipgraphdebugdotprint_ | ( | type(c_ptr), value | graph, |
| type(c_ptr), value | path, | ||
| integer(c_int), value | flags | ||
| ) |
The documentation for this interface was generated from the following file: