mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Add ocl::PlatformName to ocl::Info.
This commit is contained in:
@@ -117,7 +117,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
setDevice(oclinfo[pid], device);
|
||||
|
||||
cout << "Platform name:" << oclinfo[pid].PlatformName << endl;
|
||||
cout << "Device type:" << type << endl << "Device name:" << oclinfo[pid].DeviceName[device] << endl;
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user