Table of Contents

Class OpenCLKernelPipeline.Pipeline

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

Represents a configured pipeline ready for execution.

public sealed class OpenCLKernelPipeline.Pipeline
Inheritance
OpenCLKernelPipeline.Pipeline
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<OpenCLKernelPipeline.Stage> Stages { get; init; }

Property Value

IReadOnlyCollection<OpenCLKernelPipeline.Stage>