mirror of https://github.com/opencv/opencv.git
parent
7a104d2793
commit
51a672ec40
3 changed files with 15 additions and 3 deletions
@ -1,4 +1,8 @@ |
||||
#include "perf_precomp.hpp" |
||||
#include "opencv2/ts/gpu_perf.hpp" |
||||
|
||||
CV_PERF_TEST_MAIN_WITH_IMPLS(nonfree, ("cuda", "plain"), perf::printCudaInfo()) |
||||
CV_PERF_TEST_MAIN_WITH_IMPLS(nonfree, ( |
||||
#ifdef HAVE_CUDA |
||||
"cuda", |
||||
#endif |
||||
"plain"), perf::printCudaInfo()) |
||||
|
Loading…
Reference in new issue