From f936c1283b5bb2177def73cf8f152f725f334143 Mon Sep 17 00:00:00 2001 From: Vladislav Vinogradov Date: Wed, 24 Jul 2013 14:52:32 +0400 Subject: [PATCH] fixed sanity test for cuda module --- modules/cuda/perf/perf_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cuda/perf/perf_main.cpp b/modules/cuda/perf/perf_main.cpp index 802d559afb..f01a2768d5 100644 --- a/modules/cuda/perf/perf_main.cpp +++ b/modules/cuda/perf/perf_main.cpp @@ -44,4 +44,4 @@ using namespace perf; -CV_PERF_TEST_CUDA_MAIN(gpu) +CV_PERF_TEST_CUDA_MAIN(cuda)