clarify opencl execution context doc
authorDale Phurrough <dale@hidale.com>
Tue, 8 Dec 2020 15:08:53 +0000 (16:08 +0100)
committerDale Phurrough <dale@hidale.com>
Tue, 8 Dec 2020 15:08:53 +0000 (16:08 +0100)
- fix opencv/opencv#18888

modules/core/include/opencv2/core/ocl.hpp

index 3315832..bbcf219 100644 (file)
@@ -743,9 +743,11 @@ public:
 
     /** Get associated ocl::Context */
     Context& getContext() const;
-    /** Get associated ocl::Device */
+    /** Get the single default associated ocl::Device */
     Device& getDevice() const;
-    /** Get associated ocl::Queue */
+    /** Get the single ocl::Queue that is associated with the ocl::Context and
+     *  the single default ocl::Device
+     */
     Queue& getQueue() const;
 
     bool useOpenCL() const;