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
Name
Gets the pipeline name.
public required string Name { get; init; }
Property Value
OutputNames
Gets the output buffer/value names.
public required IReadOnlyCollection<string> OutputNames { get; init; }
Property Value
Stages
Gets the stages in this pipeline.
public required IReadOnlyCollection<OpenCLKernelPipeline.Stage> Stages { get; init; }