Commit 0b3d1364 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #8364 from csukuangfj:patch-2

parents 8abd1634 be7d4608
......@@ -272,8 +272,8 @@ struct CoreTLSData
RNG rng;
//#ifdef HAVE_OPENCL
int device;
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
int useOpenCL; // 1 - use, 0 - do not use, -1 - auto/not initialized
//#endif
int useIPP; // 1 - use, 0 - do not use, -1 - auto/not initialized
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment