Namespace DotCompute.Backends.CUDA.Execution.Graph
Classes
- CudaGraph
Represents a CUDA computational graph that can be compiled, optimized, and executed. Provides high-performance execution through kernel fusion and optimization for RTX 2000 Ada architecture.
- CudaGraphInstance
Represents an instantiated CUDA graph that can be executed multiple times with high performance. Provides tracking of execution statistics and resource management for graph instances.
- CudaGraphManager
Manages CUDA graph creation, execution, and optimization
- CudaKernelOperation
Represents a single kernel operation within a CUDA graph, including all necessary execution parameters and optimization configurations for RTX 2000 Ada architecture.
- GraphCaptureContext
Graph capture context for RAII pattern
- GraphOptimizationOptions
Graph optimization options