Table of Contents

Enum MetalStreamPriority

Namespace
DotCompute.Backends.Metal.Execution.Types
Assembly
DotCompute.Backends.Metal.dll

Priority levels for Metal command stream scheduling.

public enum MetalStreamPriority

Fields

High = 2

High priority for latency-sensitive operations.

Low = 0

Low priority background work.

Normal = 1

Normal priority for typical operations.

Remarks

Higher priority streams may preempt lower priority streams on capable hardware.