Class OpenCLKernelPipeline.StageResult
- Namespace
- DotCompute.Backends.OpenCL.Execution
- Assembly
- DotCompute.Backends.OpenCL.dll
Result of a single stage execution.
public sealed class OpenCLKernelPipeline.StageResult
- Inheritance
-
OpenCLKernelPipeline.StageResult
- Inherited Members
Properties
Duration
Gets the stage execution duration.
public required TimeSpan Duration { get; init; }
Property Value
ExecutionEvent
Gets the execution event for synchronization.
public required OpenCLEventHandle ExecutionEvent { get; init; }
Property Value
Outputs
Gets the stage outputs (buffers/values).
public Dictionary<string, object>? Outputs { get; init; }
Property Value
StageName
Gets the stage name.
public required string StageName { get; init; }