Commit 9e3124a1 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #2960 from ilya-lavrenov:tapi_perf_fix

parents 315c80f7 c949845a
...@@ -139,6 +139,7 @@ OCL_PERF_TEST_P(CopyToFixture, CopyToWithMaskUninit, ...@@ -139,6 +139,7 @@ OCL_PERF_TEST_P(CopyToFixture, CopyToWithMaskUninit,
dst.release(); dst.release();
startTimer(); startTimer();
src.copyTo(dst, mask); src.copyTo(dst, mask);
cv::ocl::finish();
stopTimer(); stopTimer();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment