#[repr(transparent)]pub struct CUgraphDebugDot_flags_enum(pub c_uint);
Expand description
The additional write options for ::cuGraphDebugDotPrint
Tuple Fields§
§0: c_uint
Implementations§
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_VERBOSE: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_VERBOSE: CUgraphDebugDot_flags_enum
< Output all debug data as if every debug flag is enabled
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_RUNTIME_TYPES: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_RUNTIME_TYPES: CUgraphDebugDot_flags_enum
< Use CUDA Runtime structures for output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_KERNEL_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_KERNEL_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds CUDA_KERNEL_NODE_PARAMS values to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_MEMCPY_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_MEMCPY_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds CUDA_MEMCPY3D values to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_MEMSET_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_MEMSET_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds CUDA_MEMSET_NODE_PARAMS values to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_HOST_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_HOST_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds CUDA_HOST_NODE_PARAMS values to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_EVENT_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_EVENT_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds CUevent handle from record and wait nodes to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_EXT_SEMAS_SIGNAL_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_EXT_SEMAS_SIGNAL_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds CUDA_EXT_SEM_SIGNAL_NODE_PARAMS values to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_EXT_SEMAS_WAIT_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_EXT_SEMAS_WAIT_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds CUDA_EXT_SEM_WAIT_NODE_PARAMS values to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_KERNEL_NODE_ATTRIBUTES: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_KERNEL_NODE_ATTRIBUTES: CUgraphDebugDot_flags_enum
< Adds CUkernelNodeAttrValue values to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_HANDLES: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_HANDLES: CUgraphDebugDot_flags_enum
< Adds node handles and every kernel function handle to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_MEM_ALLOC_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_MEM_ALLOC_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds memory alloc node parameters to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_MEM_FREE_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_MEM_FREE_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds memory free node parameters to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_BATCH_MEM_OP_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_BATCH_MEM_OP_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds batch mem op node parameters to output
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_EXTRA_TOPO_INFO: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_EXTRA_TOPO_INFO: CUgraphDebugDot_flags_enum
< Adds edge numbering information
Source§impl CUgraphDebugDot_flags_enum
impl CUgraphDebugDot_flags_enum
Sourcepub const CU_GRAPH_DEBUG_DOT_FLAGS_CONDITIONAL_NODE_PARAMS: CUgraphDebugDot_flags_enum
pub const CU_GRAPH_DEBUG_DOT_FLAGS_CONDITIONAL_NODE_PARAMS: CUgraphDebugDot_flags_enum
< Adds conditional node parameters to output
Trait Implementations§
Source§impl Clone for CUgraphDebugDot_flags_enum
impl Clone for CUgraphDebugDot_flags_enum
Source§fn clone(&self) -> CUgraphDebugDot_flags_enum
fn clone(&self) -> CUgraphDebugDot_flags_enum
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more