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 = 2High priority for latency-sensitive operations.
Low = 0Low priority background work.
Normal = 1Normal priority for typical operations.
Remarks
Higher priority streams may preempt lower priority streams on capable hardware.