Table of Contents

Class OpenCLPipeline

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

Represents a configured OpenCL kernel execution pipeline ready for execution.

public sealed class OpenCLPipeline
Inheritance
OpenCLPipeline
Inherited Members

Properties

Id

Gets the unique identifier for this pipeline.

public required Guid Id { get; init; }

Property Value

Guid

Name

Gets the pipeline name.

public required string Name { get; init; }

Property Value

string

OutputNames

Gets the output buffer/value names.

public required IReadOnlyCollection<string> OutputNames { get; init; }

Property Value

IReadOnlyCollection<string>

Stages

Gets the stages in this pipeline.

public required IReadOnlyCollection<PipelineStage> Stages { get; init; }

Property Value

IReadOnlyCollection<PipelineStage>