1
0
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:
peng xiao
2013-04-25 15:00:50 +08:00
parent 416fb50594
commit bb4b410512
3 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -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();
}