Skip to content

Class muda::GraphNode

ClassList > muda > GraphNode

Inherited by the following classes: muda::EventRecordNode, muda::EventWaitNode, muda::HostNode, muda::KernelNode, muda::MemcpyNode, muda::MemsetNode

Public Types

Type Name
typedef GraphNode this_type

Public Functions

Type Name
GraphNode ()
cudaGraphNode_t handle () const

Protected Attributes

Type Name
cudaGraphNode_t m_handle

Public Types Documentation

typedef this_type

using muda::GraphNode::this_type =  GraphNode;

Public Functions Documentation

function GraphNode

inline muda::GraphNode::GraphNode () 

function handle

inline cudaGraphNode_t muda::GraphNode::handle () const

Protected Attributes Documentation

variable m_handle

cudaGraphNode_t muda::GraphNode::m_handle;

Friends Documentation

friend Graph

class muda::GraphNode::Graph (
    Graph
) 

friend GraphExec

class muda::GraphNode::GraphExec (
    GraphExec
) 


The documentation for this class was generated from the following file src/muda/graph/graph_base.h