mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #8364 from csukuangfj:patch-2
This commit is contained in:
commit
0b3d13645f
@ -272,8 +272,8 @@ struct CoreTLSData
|
|||||||
|
|
||||||
RNG rng;
|
RNG rng;
|
||||||
//#ifdef HAVE_OPENCL
|
//#ifdef HAVE_OPENCL
|
||||||
int device;
|
int device; // device index of an array of devices in a context, see also Device::getDefault
|
||||||
ocl::Queue oclQueue;
|
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
|
int useOpenCL; // 1 - use, 0 - do not use, -1 - auto/not initialized
|
||||||
//#endif
|
//#endif
|
||||||
int useIPP; // 1 - use, 0 - do not use, -1 - auto/not initialized
|
int useIPP; // 1 - use, 0 - do not use, -1 - auto/not initialized
|
||||||
|
Loading…
Reference in New Issue
Block a user