Description
The cl_khr_ extension adds priority hints for OpenCL, but
does not specify the scheduling behavior or minimum guarantees.
It is expected that the user guides associated with each implementation
which supports this extension will describe the scheduling behavior
guarantees.
Note that the priority hint is orthogonal to functionality defined in the
cl_khr_ extension.
For example, a task may have high priority (CL_QUEUE_)
but should at the same time be executed at an optimized throttle setting
(CL_QUEUE_).
New Enums
-
cl_queue_properties -
CL_QUEUE_PRIORITY_ KHR
-
-
cl_queue_priority_ khr -
CL_QUEUE_PRIORITY_ HIGH_ KHR -
CL_QUEUE_PRIORITY_ MED_ KHR -
CL_QUEUE_PRIORITY_ LOW_ KHR
-
Document Notes
For more information, see the OpenCL Specification
This page is a generated document. Fixes and changes should be made to the generator scripts, not directly.