Table of Contents

Class CudaGraph

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

CUDA Graph representation

public class CudaGraph
Inheritance
CudaGraph
Inherited Members

Constructors

CudaGraph(string, GraphConfiguration)

CUDA Graph representation

public CudaGraph(string name, GraphConfiguration configuration)

Parameters

name string
configuration GraphConfiguration

Properties

Configuration

Gets or sets the configuration.

public GraphConfiguration Configuration { get; }

Property Value

GraphConfiguration

The configuration.

CreatedAt

Gets or sets the created at.

public DateTime CreatedAt { get; }

Property Value

DateTime

The created at.

Handle

Gets or sets the handle.

public nint Handle { get; set; }

Property Value

nint

The handle.

IsCaptured

Gets or sets a value indicating whether captured.

public bool IsCaptured { get; set; }

Property Value

bool

The is captured.

Name

Gets or sets the name.

public string Name { get; }

Property Value

string

The name.

Nodes

Gets or sets the nodes.

public IList<CudaGraphNode> Nodes { get; }

Property Value

IList<CudaGraphNode>

The nodes.