hipGraphDebugDotPrint

Function hipGraphDebugDotPrint 

Source
pub unsafe extern "C" fn hipGraphDebugDotPrint(
    graph: hipGraph_t,
    path: *const c_char,
    flags: c_uint,
) -> hipError_t
Expand description

@brief Write a DOT file describing graph structure.

@param [in] graph - graph object for which DOT file has to be generated. @param [in] path - path to write the DOT file. @param [in] flags - Flags from hipGraphDebugDotFlags to get additional node information. @returns #hipSuccess, #hipErrorInvalidValue, #hipErrorOperatingSystem