We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c6ffa commit be7d460Copy full SHA for be7d460
modules/core/src/precomp.hpp
@@ -272,8 +272,8 @@ struct CoreTLSData
272
273
RNG rng;
274
//#ifdef HAVE_OPENCL
275
- int device;
276
- ocl::Queue oclQueue;
+ int device; // device index of an array of devices in a context, see also Device::getDefault
+ ocl::Queue oclQueue; // the queue used for running a kernel, see also getQueue, Kernel::run
277
int useOpenCL; // 1 - use, 0 - do not use, -1 - auto/not initialized
278
//#endif
279
int useIPP; // 1 - use, 0 - do not use, -1 - auto/not initialized
0 commit comments