mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
appended ocl::finish to test_cycle defines
This commit is contained in:
committed by
Ilya Lavrenov
parent
525b6eca2e
commit
3c86aa4ae1
@@ -66,7 +66,7 @@ PERF_TEST_P(dftFixture, DISABLED_dft, OCL_TYPICAL_MAT_SIZES) // TODO not impleme
|
||||
{
|
||||
ocl::oclMat oclSrc(src), oclDst;
|
||||
|
||||
TEST_CYCLE() cv::ocl::dft(oclSrc, oclDst);
|
||||
OCL_TEST_CYCLE() cv::ocl::dft(oclSrc, oclDst);
|
||||
|
||||
oclDst.download(dst);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user