Class KHRThrottleHints



  • public final class KHRThrottleHints
    extends java.lang.Object
    Native bindings to the khr_throttle_hints extension.

    This extension adds throttle hints for OpenCL, but does not specify the throttling behaviour or minimum guarantees. It is expected that the user guide associated with each implementation which supports this extension describe the throttling behaviour guaranteed.

    • Field Detail

      • CL_QUEUE_THROTTLE_KHR

        public static final int CL_QUEUE_THROTTLE_KHR
        cl_command_queue_properties
        See Also:
        Constant Field Values
      • CL_QUEUE_THROTTLE_HIGH_KHR

        public static final int CL_QUEUE_THROTTLE_HIGH_KHR
        cl_queue_throttle_khr
        See Also:
        Constant Field Values
      • CL_QUEUE_THROTTLE_MED_KHR

        public static final int CL_QUEUE_THROTTLE_MED_KHR
        cl_queue_throttle_khr
        See Also:
        Constant Field Values
      • CL_QUEUE_THROTTLE_LOW_KHR

        public static final int CL_QUEUE_THROTTLE_LOW_KHR
        cl_queue_throttle_khr
        See Also:
        Constant Field Values