Class GraphCaptureConfiguration
- Namespace
- DotCompute.Backends.CUDA.Execution.Graph.Configuration
- Assembly
- DotCompute.Backends.CUDA.dll
Configuration for graph capture operations.
public sealed class GraphCaptureConfiguration
- Inheritance
-
GraphCaptureConfiguration
- Inherited Members
Properties
CaptureMode
Gets or sets the capture mode for the graph.
public GraphCaptureMode CaptureMode { get; set; }
Property Value
EnableDependencyTracking
Gets or sets whether to enable dependency tracking.
public bool EnableDependencyTracking { get; set; }