Table of Contents

Enum QueuePriority

Namespace
DotCompute.Backends.OpenCL.Configuration
Assembly
DotCompute.Backends.OpenCL.dll

Specifies the priority level for command queues.

public enum QueuePriority

Fields

High = 2

High priority queue for latency-sensitive or critical workloads.

Low = 0

Low priority queue for background or batch workloads.

Normal = 1

Normal 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).