Description
The cl_khr_ extension adds throttle hints for OpenCL, but
does not specify the throttling behavior or minimum guarantees.
It is expected that the user guide associated with each implementation which
supports this extension will describe the throttling behavior guarantees.
Note that the throttle hint is orthogonal to functionality defined in
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_THROTTLE_ KHR 
 
- 
- 
cl_queue_throttle_ khr - 
CL_QUEUE_THROTTLE_ HIGH_ KHR 
- 
CL_QUEUE_THROTTLE_ MED_ KHR 
- 
CL_QUEUE_THROTTLE_ 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.