Table of Contents

Class CudaGraphNode

Namespace
DotCompute.Backends.CUDA.Execution.Graph.Types
Assembly
DotCompute.Backends.CUDA.dll

Graph node for CUDA operations (renamed to avoid conflict)

public class CudaGraphNode
Inheritance
CudaGraphNode
Inherited Members

Properties

ChildGraph

Gets or sets the child graph.

public CudaGraph? ChildGraph { get; set; }

Property Value

CudaGraph

The child graph.

Dependencies

Gets or initializes the dependencies.

public IList<CudaGraphNode> Dependencies { get; init; }

Property Value

IList<CudaGraphNode>

The dependencies.

Handle

Gets or sets the handle.

public nint Handle { get; set; }

Property Value

nint

The handle.

Id

Gets or sets the id.

public string Id { get; set; }

Property Value

string

The id.

Type

Gets or sets the type.

public GraphNodeType Type { get; set; }

Property Value

GraphNodeType

The type.

UserData

Gets or sets the user data.

public object? UserData { get; set; }

Property Value

object

The user data.