mirror of
https://github.com/opencv/opencv.git
synced 2025-01-22 01:13:11 +08:00
Merge pull request #8214 from jinay1991:patch-1
This commit is contained in:
commit
0af3638c5a
@ -1935,7 +1935,7 @@ String Device::OpenCL_C_Version() const
|
||||
{ return p ? p->getStrProp(CL_DEVICE_OPENCL_C_VERSION) : String(); }
|
||||
|
||||
String Device::OpenCLVersion() const
|
||||
{ return p ? p->getStrProp(CL_DEVICE_EXTENSIONS) : String(); }
|
||||
{ return p ? p->getStrProp(CL_DEVICE_VERSION) : String(); }
|
||||
|
||||
int Device::deviceVersionMajor() const
|
||||
{ return p ? p->deviceVersionMajor_ : 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user