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

appended ocl::finish to test_cycle defines

This commit is contained in:
ilya-lavrenov
2013-08-27 18:46:30 +04:00
committed by Ilya Lavrenov
parent 525b6eca2e
commit 3c86aa4ae1
21 changed files with 74 additions and 70 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ PERF_TEST_P(normFixture, DISABLED_norm, OCL_TYPICAL_MAT_SIZES) // TODO doesn't w
{
ocl::oclMat oclSrc1(src1), oclSrc2(src2);
TEST_CYCLE() value = cv::ocl::norm(oclSrc1, oclSrc2, NORM_INF);
OCL_TEST_CYCLE() value = cv::ocl::norm(oclSrc1, oclSrc2, NORM_INF);
SANITY_CHECK(value);
}