fixed gpu-vs-cpu performance tests

This commit is contained in:
Vladislav Vinogradov
2012-05-22 11:27:45 +00:00
parent 61fd5ed0e1
commit 9bddac1099
4 changed files with 6 additions and 6 deletions

View File

@@ -596,6 +596,6 @@ GPU_PERF_TEST(GEMM, cv::gpu::DeviceInfo, cv::Size)
INSTANTIATE_TEST_CASE_P(Arithm, GEMM, testing::Combine(
ALL_DEVICES,
testing::Values(cv::Size(512, 512), cv::Size(1024, 1024), cv::Size(2048, 2048))));
testing::Values(cv::Size(512, 512), cv::Size(1024, 1024))));
#endif