Class CudaGraph
CUDA Graph representation
public class CudaGraph
- Inheritance
-
CudaGraph
- Inherited Members
Constructors
CudaGraph(string, GraphConfiguration)
CUDA Graph representation
public CudaGraph(string name, GraphConfiguration configuration)
Parameters
namestringconfigurationGraphConfiguration
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.