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
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<PipelineStage> Stages { get; init; }