1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

format the ocl's samples name

This commit is contained in:
yao
2013-06-28 11:44:43 +08:00
parent 587fb4940d
commit f1d9680ba8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -118,6 +118,8 @@ int main(int argc, char **argv)
setDevice(oclinfo[pid], device);
setBinaryDiskCache(CACHE_UPDATE);
cout << "Device type:" << type << endl << "Device name:" << oclinfo[pid].DeviceName[device] << endl;
return RUN_ALL_TESTS();
}