core/ocl: temporary move device selection from ocl module

This commit is contained in:
Alexander Alekhin
2013-12-25 14:39:21 +04:00
parent 0966e5ffa1
commit e49065b1dc
8 changed files with 443 additions and 13 deletions

View File

@@ -76,5 +76,5 @@ void readLoopTimes(int argc, char ** argv)
CV_Assert(LOOP_TIMES > 0);
}
CV_TEST_MAIN(".", dumpOpenCLDevice(),
CV_TEST_MAIN(".", ::dumpOpenCLDevice(),
readLoopTimes(argc, argv))