Merge pull request #595 from bitwangyaoyao:2.4_perfTest

pull/598/merge
Andrey Kamaev 12 years ago committed by OpenCV Buildbot
commit eaaba1336a
  1. 2
      samples/ocl/performance.cpp

@ -4345,7 +4345,7 @@ int main(int argc, const char *argv[])
{
if (device == devidx)
{
ocl::setDevice(oclinfo[i], j);
ocl::setDevice(oclinfo[i], (int)j);
TestSystem::instance().setRecordName(oclinfo[i].DeviceName[j]);
printf("\nuse %d: %s\n", devidx, oclinfo[i].DeviceName[j].c_str());
goto END_DEV;

Loading…
Cancel
Save