Table of Contents

Class PipelineStageResult

Namespace
DotCompute.Backends.OpenCL.Execution
Assembly
DotCompute.Backends.OpenCL.dll

Result of a single stage execution.

public sealed class PipelineStageResult
Inheritance
PipelineStageResult
Inherited Members

Properties

Duration

Gets the stage execution duration.

public required TimeSpan Duration { get; init; }

Property Value

TimeSpan

ExecutionEvent

Gets the execution event for synchronization.

public required OpenCLEventHandle ExecutionEvent { get; init; }

Property Value

OpenCLEventHandle

Outputs

Gets the stage outputs (buffers/values).

public Dictionary<string, object>? Outputs { get; init; }

Property Value

Dictionary<string, object>

StageName

Gets the stage name.

public required string StageName { get; init; }

Property Value

string