cubecl_hip_sys

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 @warning : This API is marked as beta, meaning, while this is feature complete, it is still open to changes and may have outstanding issues.