Table of Contents

Class CudaGraphExecutable

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

Executable graph instance

public class CudaGraphExecutable
Inheritance
CudaGraphExecutable
Inherited Members

Properties

Graph

Gets or sets the graph.

public CudaGraph Graph { get; set; }

Property Value

CudaGraph

The graph.

Handle

Gets or sets the handle.

public nint Handle { get; set; }

Property Value

nint

The handle.

InstantiatedAt

Gets or sets the instantiated at.

public DateTime InstantiatedAt { get; set; }

Property Value

DateTime

The instantiated at.

UpdatedAt

Gets or sets the updated at.

public DateTime? UpdatedAt { get; set; }

Property Value

DateTime?

The updated at.