1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Fix perf build with CUDA 9.

This commit is contained in:
catree
2018-01-19 00:23:02 +01:00
parent 8226bd25c4
commit dcc5a2cb22
7 changed files with 18 additions and 0 deletions
@@ -51,6 +51,8 @@ using namespace perf;
//////////////////////////////////////////////////////////////////////
// AddMat
DEF_PARAM_TEST(Sz_Depth, cv::Size, MatDepth);
PERF_TEST_P(Sz_Depth, AddMat,
Combine(CUDA_TYPICAL_MAT_SIZES,
ARITHM_MAT_DEPTH))
@@ -776,6 +778,8 @@ PERF_TEST_P(Sz_Depth, BitwiseAndMat,
//////////////////////////////////////////////////////////////////////
// BitwiseAndScalar
DEF_PARAM_TEST(Sz_Depth_Cn, cv::Size, MatDepth, MatCn);
PERF_TEST_P(Sz_Depth_Cn, BitwiseAndScalar,
Combine(CUDA_TYPICAL_MAT_SIZES,
Values(CV_8U, CV_16U, CV_32S),