Enum QueuePriority
- Namespace
- DotCompute.Backends.OpenCL.Configuration
- Assembly
- DotCompute.Backends.OpenCL.dll
Specifies the priority level for command queues.
public enum QueuePriority
Fields
High = 2High priority queue for latency-sensitive or critical workloads.
Low = 0Low priority queue for background or batch workloads.
Normal = 1Normal priority queue for general-purpose workloads.
Remarks
Queue priority affects scheduling on devices that support priority-based execution. Not all OpenCL implementations support queue priorities (requires cl_khr_priority_hints extension).